216k views
2 votes
Below is the table of values of a function. Write the output when the input is n .

Input: 4,5,8,n
Output:16,20,32

User Hae
by
7.2k points

1 Answer

3 votes

9514 1404 393

Answer:

4n

Explanation:

We observe that each output is 4 times the corresponding input. Then 4 times n will be ...

Input: n

Output: 4n

User Viktar K
by
6.8k points