document.write( "Question 659698: the sum of two numbers is 29. one number is 3 less than 3 times the other. what are the two numbers? \n" ); document.write( "
Algebra.Com's Answer #410877 by ReadingBoosters(3246)![]() ![]() ![]() You can put this solution on YOUR website! x + y = 29 \n" ); document.write( "x = 3y - 3\r \n" ); document.write( "\n" ); document.write( "Substitute the second equation in the first \n" ); document.write( "3y - 3 + y = 29 \n" ); document.write( "Combine like terms \n" ); document.write( "4y - 3 + 3 = 29 + 3 \n" ); document.write( "4y = 32 \n" ); document.write( "4y/4 = 32/4 \n" ); document.write( "y = 8\r \n" ); document.write( "\n" ); document.write( "x = 3(8) - 3 = 24 - 3 = 21\r \n" ); document.write( "\n" ); document.write( "x=21, y=8 \n" ); document.write( " |