document.write( "Question 474802: 4. Place parentheses, if needed, to make each of the following equations true:
\n" );
document.write( "
\n" );
document.write( " a. 4 + 3 x 2 = 14
\n" );
document.write( " b. 9 ÷ 3 + 1 = 4
\n" );
document.write( " c. 5 + 4 + 9 ÷ 3 = 6
\n" );
document.write( " d. 3 + 6 - 2 ÷ 1 = 7
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #325596 by karaoz(32)![]() ![]() You can put this solution on YOUR website! Correct solution to your problem is: \n" ); document.write( "a. (4 + 3) × 2 = 14 \n" ); document.write( "Explanation: The original expression is 4 + 3 × 2, which is equal to 4 + 6 = 10, which is not equal to 14. Hence we need to change something to make it equal to 14. There is only one possible change in the order of operations since there were only two operations in total. Hence (4 + 3) × 2 = 14. And it worked. \n" ); document.write( "b. 9 ÷ 3 + 1 = 4 \n" ); document.write( "Explanation: The given equation is true and therefore no parentheses should be placed. \n" ); document.write( "c. (5 + 4 + 9) ÷ 3 = 6 \n" ); document.write( "Explanation: The original equation boils down to 12 = 6, which is not true so some change in the order of operations was necessary. Placing parentheses around 5 + 4 + 9 make the sum equal to 18, which when divided by 3 gives exactly 6. \n" ); document.write( "d. 3 + 6 - 2 ÷ 1 = 7 \n" ); document.write( "Explanation: The given equation is true and therefore no parentheses should be placed. \n" ); document.write( " |