Respuesta :

The answer is:  "72" .
______________________________________________
 (input value, or "x")  / 10 = y  = f(x);

When y = 7.2, what is the value of "x" ?


x / 10 = 7.2 ;

x = (7.2) * 10 = 72 .
_______________________