document.write( "Question 325146: Find the indicated outputs for f(x)= 3x(to the second power) - 4x
\n" );
document.write( "f(0)=
\n" );
document.write( "f(-1)=
\n" );
document.write( "f(2)= \n" );
document.write( "
Algebra.Com's Answer #232931 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! f(x)= 3x^2 - 4x \n" ); document.write( "f(0)=3*0^2-4*0 \n" ); document.write( "F(0)=0+0=0 ANS. \n" ); document.write( "f(-1)=3(-1)^2-4(-1) \n" ); document.write( "F(-1)=3*1+4 \n" ); document.write( "F(-1)=3+4=7 ANS. \n" ); document.write( "f(2)=3*2^2-4*2 \n" ); document.write( "F(2)=3*4-8=12-8=4 ANS. \n" ); document.write( " |