below is the table of values of a function. write the output when the input is n.\ninput: 1, 2, 7…

below is the table of values of a function. write the output when the input is n.\ninput: 1, 2, 7, n\noutput: 4, 8, 28

below is the table of values of a function. write the output when the input is n.\ninput: 1, 2, 7, n\noutput: 4, 8, 28

Answer

Explanation:

Step1: Identify input-output relationship

Check input-output pairs: $1 \times 4 = 4$, $2 \times 4 = 8$, $7 \times 4 = 28$

Step2: Apply rule to input $n$

Multiply input $n$ by 4. <Expression> $n \times 4 = 4n$ </Expression>

Answer:

$4n$