document.write( "Question 361635: two different numbers use the same two digits . the sum of the digits is 7, and the difference of the numbers is 27. find the numbers
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #258071 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! a + b = 7\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(10a + b) - (10b + a) = 27 ___ 9a - 9b = 27 ___ a - b = 3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "adding equations ___ 2a = 10 ___ a = 5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "substituting ___ (5) + b = 7 ___ b = 2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the numbers are 25 and 52 \n" ); document.write( " |