document.write( "Question 1084730: i am a two digit number. the tens digit is one more than 6 .the once digit is two more than ones digit .who am i? \n" ); document.write( "
Algebra.Com's Answer #698822 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! let a = the 10's digit \n" ); document.write( "let b = the units \n" ); document.write( "then \n" ); document.write( "10a+b = the number \n" ); document.write( ": \n" ); document.write( " i am a two digit number. the tens digit is one more than 6 \n" ); document.write( "a = 7 \n" ); document.write( "the tens digit is two more than ones digit \n" ); document.write( "a = b + 2 . \n" ); document.write( "who am i? \n" ); document.write( "7 = b + 2 \n" ); document.write( "b = 5 \n" ); document.write( "75 is the number \n" ); document.write( " |