document.write( "Question 912577: The sum of two numbers is 51
\n" );
document.write( "and the difference is 1
\n" );
document.write( " . What are the numbers? \n" );
document.write( "
Algebra.Com's Answer #553891 by ewatrrr(24785) You can put this solution on YOUR website! x and y the two numbers \n" ); document.write( "x + y = 51 \n" ); document.write( "x - y = 1 \n" ); document.write( "2x = 52 \n" ); document.write( "x = 26 and y is 25 \n" ); document.write( "And..checking \n" ); document.write( "26 - 25 = 1 \n" ); document.write( " |