You can put this solution on YOUR website! Given that f(x) = sqrt 6-x , find f(2.9).
------------------
Apparently you mean sqrt(6-x), not sqrt(6) - x. Use parentheses.
f(2.9) = sqrt(6-2.9) = sqrt(3.1)
= ~ 1.76
--------
A is also sqrt(3.1), but gives ~ 1.55 ???