document.write( "Question 335735: are these two problems the same?\r
\n" );
document.write( "\n" );
document.write( "2 + 3 x (5 - 2) and 2 + 3(5-2) \n" );
document.write( "
Algebra.Com's Answer #240761 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Yes. \n" ); document.write( "Don't use x for multiply, use the asterisk. \n" ); document.write( "= 2 + 3*(5 - 2) \n" ); document.write( "x is used for a variable, and using it for multiply causes confusion. \n" ); document.write( " \n" ); document.write( " |