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

Below is the table of values of a function. Write the output when the input is n.-example-1
User Zambonee
by
3.5k points

1 Answer

1 vote

Answer:

when input = n, Output = 4n

Explanation:

Output = k(input)

Where,

k = constant

Find k When output = 8 and input = 2

Output = k(input)

8 = k(2)

8 = 2k

k = 8/2

k = 4

Find k When output = 28 and input = 7

Output = k(input)

28 = k(7)

28 = 7k

k =28/7

k = 4

Find output when input = n

Output = k(input)

= 4(n)

= 4n

Output = 4n

when input = n, Output = 4n

User Tacet
by
3.5k points