document.write( "Question 446291: f(x) = 2x² + x - 5\r
\n" );
document.write( "\n" );
document.write( "replace x with 3\r
\n" );
document.write( "\n" );
document.write( "Can someone tell me do we multiply 2 by 3 first or after square root?\r
\n" );
document.write( "\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #307331 by nerdybill(7384) You can put this solution on YOUR website! f(x) = 2x² + x - 5\r \n" ); document.write( "\n" ); document.write( "replace x with 3\r \n" ); document.write( "\n" ); document.write( "Can someone tell me do we multiply 2 by 3 first or after square root? \n" ); document.write( "you really mean \"square\" as opposed to square root. \n" ); document.write( "but, to answer your question, you apply the \"order of operations\" (PEMDAS) \n" ); document.write( "exponents first... \n" ); document.write( ". \n" ); document.write( "f(x) = 2x² + x - 5 \n" ); document.write( "f(3) = 2*3² + 3 - 5 \n" ); document.write( "f(3) = 2*9 + 3 - 5 \n" ); document.write( "f(3) = 18 + 3 - 5 \n" ); document.write( "f(3) = 21 - 5 \n" ); document.write( "f(3) = 16 \n" ); document.write( " \n" ); document.write( " |