document.write( "Question 840296: 3.2 + (x + 5.1)=
\n" );
document.write( "Simplify the expression.
\n" );
document.write( "Explain each step.
\n" );
document.write( "Which properties of math did you use.\r
\n" );
document.write( "\n" );
document.write( "My son originally got 8.3x but it was wrong. Thanks in advance. \n" );
document.write( "
Algebra.Com's Answer #506083 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! Correct is 8.3 + x. You are just adding three terms and since addition is commutative and associative, it does not matter what order you add. A more thorough solution:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3.2 + (x + 5.1) = 3.2 + (5.1 + x) (by commutativity) \n" ); document.write( "= (3.2 + 5.1) + x (by associativity) \n" ); document.write( "= 8.3 + x \n" ); document.write( " |