document.write( "Question 206749: Find the indicated outputs for f(x)= 5x squared -3x
\n" );
document.write( "f(0)=
\n" );
document.write( "f(-1)=
\n" );
document.write( "f(2)= \n" );
document.write( "
Algebra.Com's Answer #156260 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the indicated outputs for f(x)= 5x^2 -3x \n" ); document.write( "f(0)= 5(0)^2-3*0 = 0 \n" ); document.write( "--------------------------- \n" ); document.write( "f(-1)= 5(-1)^2 - 3*-1 = 5 +3 = 8 \n" ); document.write( "--------------------------- \n" ); document.write( "f(2)= 5*(2)^2 - 3*2 = 20-6 = 14 \n" ); document.write( "==================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |