Duplicate Question
The question on this page has been marked as a duplicate question.
Original Question
Below is the table of values of a function. Write the output when the input is n. input 1 3 6 n output 3 5 8Asked by Mujika
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, __
input: 3, 5, 9, n
output: 12, 20, 36, __
Answers
There are no human answers yet.
Answered by
GPT 3.5
The pattern in the table could be that the output is double the input multiplied by 4.
Using this pattern, the output when the input is n would be:
output: (n * 2 * 4) = 8n
Using this pattern, the output when the input is n would be:
output: (n * 2 * 4) = 8n
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.