I NEED THIS FOR TOMORROW PLEASE HELP A.S.A.P
create a function such that f(3)=12 basically write a function rule that makes this function true

Respuesta :

In order to create a function where f(3) = 12, you need to establish a relationship between 3 and some number that result in 12.

Some examples are 3*4 = 12, 3 + 9 = 12, 3^2 + 3 = 12

In each of the above cases, simply replace the 3 with 'x', and you'll have a valid answer.

i.e. f(x) = 4*x, f(x) = x + 9, f(x) = x^2 + x

Answer:

i.e. f(x) = 4*x, f(x) = x + 9, f(x) = x^2 + x

Step-by-step explanation: