document.write( "Question 164446: Evaluate the function
\n" );
document.write( "Given f(x)=6x2 + 6x + 2 find f(4) \n" );
document.write( "
Algebra.Com's Answer #121157 by padmameesala(42)![]() ![]() ![]() You can put this solution on YOUR website! f(x)=6x^2 + 6x + 2 \n" ); document.write( "just plug x=4in the funtion f \n" ); document.write( "then f(4) = 6*4^2 + 6*4 + 2 = 6*16 + 24 + 2 = 96 + 26 = 122 \n" ); document.write( " |