document.write( "Question 963597: The sum of 2 number is 61 the number are 5 apart \n" ); document.write( "
Algebra.Com's Answer #588713 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! let x be one number and x+5 be the other number, then \n" ); document.write( "x +x+5 = 61 \n" ); document.write( "subtract 5 from both sides of the = \n" ); document.write( "x +x = 56 \n" ); document.write( "2x = 56 \n" ); document.write( "divide both sides of = by 2 \n" ); document.write( "x = 28 and \n" ); document.write( "x+5 = 28+5 = 33, therefore \n" ); document.write( "our two numbers are 28 and 33 \n" ); document.write( " \n" ); document.write( " |