"what is the function for input 3 and output 16?"
Should have read:
"what is a function for input 3 and output 16?" since many functions could fit the bill.
Examples:
f1(x)=x+13, so f1(3)=16
f2(x)=x²+7, so f2(3)=16
f3(x)=(x-1)^4, so f3(3)=16
....
what is the function for input 3 and output 16?
1 answer