document.write( "Question 992380: I the sum of the digits of a two digit number is 7 and the tens digit is one more than the ones digit, find the number. \n" ); document.write( "
Algebra.Com's Answer #612023 by Timnewman(323)![]() ![]() You can put this solution on YOUR website! hi dear, \n" ); document.write( "Let the two digi number be xy, \n" ); document.write( "x+y=7----(1) \n" ); document.write( "x=y+1----(2) \n" ); document.write( "put 2 in 1 \n" ); document.write( "y+1+y=7 \n" ); document.write( "2y=7-1 \n" ); document.write( "2y=6 \n" ); document.write( "y=3 \n" ); document.write( "put y=3 in 2 \n" ); document.write( "x=3+1 \n" ); document.write( "x=4 \n" ); document.write( "The two digit number XY is 43 \n" ); document.write( "HOPE THIS HELPS? \n" ); document.write( " |