document.write( "Question 401823: Explain the difference between these two expressions: \"the sum of twice a number and two\" and \"twice the sum of a number and two\". \n" ); document.write( "
Algebra.Com's Answer #284343 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! first \n" ); document.write( "2x+2 \n" ); document.write( "second \n" ); document.write( "2(x+2) \n" ); document.write( " |