document.write( "Question 274096: one number is two more than another.their sum is eight.find both numbers. \n" ); document.write( "
Algebra.Com's Answer #200093 by bmckenzie40(10)![]() ![]() ![]() You can put this solution on YOUR website! You can call the first number X \n" ); document.write( "X + (X+2) = 8 therefore \n" ); document.write( " 2X + 2 = 8 \n" ); document.write( " 2X = 6 \n" ); document.write( " X = 3\r \n" ); document.write( "\n" ); document.write( "since the first number is 3 and the second number is two more than that, 3+2 = 5 \n" ); document.write( "so the second number is 5 \n" ); document.write( "5+3 = 8 \n" ); document.write( " |