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