document.write( "Question 1007230: One number is 24 more than another the sum of the two numbers is 260 what are the numbers \n" ); document.write( "
Algebra.Com's Answer #623193 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call them x and y. Then we have \n" ); document.write( "x + y = 260 and \n" ); document.write( "x = 24 + y \n" ); document.write( "Now substitute this into the first equation and get \n" ); document.write( "24 + y + y = 260 \n" ); document.write( "2y + 24 = 260 \n" ); document.write( "2y = 236 \n" ); document.write( "y = 118 and then \n" ); document.write( "x = 260 - 118 = 142 \n" ); document.write( " |