document.write( "Question 637771: the sum of two numbers is 26. the difference of the numbers is 8. what are the numbers?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #401865 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! the sum of two numbers is 26. the difference of the numbers is 8. what are the numbers? \n" ); document.write( "** \n" ); document.write( "let x=one of the numbers \n" ); document.write( "26-x=other number \n" ); document.write( ".. \n" ); document.write( "x-(26-x)=8 \n" ); document.write( "x-26+x=8 \n" ); document.write( "2x=34 \n" ); document.write( "x=17 \n" ); document.write( "26-x=9 \n" ); document.write( "the numbers are 17 and 9 \n" ); document.write( " |