Please help!

input-1 output-42
input-2 output-90
what is the relation?

out = 3*in + 42 for number 1 idk about 2 srry

hope i helped

clearly y=3x+42 does not work for output=42.

However, if this is a continuation if

in-1 out-45
in-2 out-90

Then the relation is clearly

y = 45x

To determine the relation between the input and output values, we need to look for a pattern or rule. In this case, we can see that the input values are increasing by 1 each time (from 1 to 2), and the corresponding output values also seem to increase following a certain pattern.

input-1: output-42
input-2: output-90

By observing the output values, we can see that they are increasing at a faster rate than the input values. Specifically, the output value for each input is calculated by multiplying the input value by a certain number. To find this number, we can divide the output value by the input value:

For input-1: output-42 => 42/1 = 42
For input-2: output-90 => 90/2 = 45

Dividing the output by the input for both input-1 and input-2 yields values that are close, but not exactly the same. This suggests that the multiplication factor might not be a whole number. To determine the exact multiplication factor, we can calculate the ratio of the two results:

45/42 ≈ 1.0714

So, the multiplication factor is approximately 1.0714. Therefore, to find the output value for any given input, we can multiply the input by 1.0714:

For example,
input-3: output = 3 * 1.0714 = 3.2142 (approximated to four decimal places)

In summary, the relation between the input and output values seems to be that the output is obtained by multiplying the input by 1.0714 (approximately).