Below is the table of values of a function. Write the output when the input is n.
input: 3, 5, 9, n
output: 12, 20, 36, __
3 answers
The output when the input is n would be 2n^2.
theres no exponet
Apologies for the confusion. Without any exponent mentioned, we can determine the output values using a pattern based on the given table:
input: 3, 5, 9, n
output: 12, 20, 36, __
Looking at the input values, we can notice the pattern that each value is multiplied by 4. So, if we apply the same pattern to the output values:
12 * 4 = 48
20 * 4 = 80
36 * 4 = 144
The missing value in the table would be 144. Therefore, the output when the input is n is 144.
input: 3, 5, 9, n
output: 12, 20, 36, __
Looking at the input values, we can notice the pattern that each value is multiplied by 4. So, if we apply the same pattern to the output values:
12 * 4 = 48
20 * 4 = 80
36 * 4 = 144
The missing value in the table would be 144. Therefore, the output when the input is n is 144.