document.write( "Question 37713: Given f(x) = x^2 + 3x – 1, find f(0). \n" ); document.write( "
Algebra.Com's Answer #23273 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! f(x) = x^2 + 3x – 1 \n" ); document.write( "f(0) = (0)^2 + 3(0) – 1 \n" ); document.write( "f(0) = -1 \n" ); document.write( " |