You can put this solution on YOUR website! Let the function f be defined by f(x)=x(x)-7x+10 and f(t+1)= 0 , what is one possible value of t?
-----------------
f(t+1) = (t+1)^2-7(t+1)+10 = 0
---
Factor:
(t+1-5)(t+1-2) = 0
(t-4)(t-1) = 0
---
t = 4 or t = 1
=====================
Cheers,
Stan H.
=====================