document.write( "Question 747576: The sum of three numbers is 6. Each number is increased by 20 and the new numbers are multiplied by 10. What is the sum of the resulting numbers? \n" ); document.write( "
Algebra.Com's Answer #454981 by mikeebsc(26)![]() ![]() ![]() You can put this solution on YOUR website! First we find 3 numbers that equal 6. These are: \n" ); document.write( "4+1+1 \n" ); document.write( "2+2+2 \n" ); document.write( "3+2+1\r \n" ); document.write( "\n" ); document.write( "Then we follow the instructions: \n" ); document.write( "Each number is increased by 20: \n" ); document.write( "(4+20)+(1+20)+(1+20)=24+21+21 \n" ); document.write( "(2+20)+(2+20)+(2+20)=22+22+22 \n" ); document.write( "(3+20)+(2+20)+(1+20)=23+22+21\r \n" ); document.write( "\n" ); document.write( "New numbers are multiplied by 10: \n" ); document.write( "(24*10)+(21*10)+(21*10)=240+210+210=660 \n" ); document.write( "(22*10)+(22*10)+(22*10)=220+220+220=660 \n" ); document.write( "(23*10)+(22*10)+(21*10)=230+220+210=660\r \n" ); document.write( "\n" ); document.write( "Good Luck! \n" ); document.write( "Mike\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |