document.write( "Question 123166: the sum of the digits in a two digit number is 17. if the digits are reversed, the new number will be 9 less than the original number. what is the original number? \n" ); document.write( "
Algebra.Com's Answer #90475 by scott8148(6628) You can put this solution on YOUR website! let t=\"tens digit\" and u=\"units digit\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"the sum of the digits in a two digit number is 17\" __ t+u=17 __ t=17-u\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"if the digits are reversed, the new number will be 9 less than the original number\" \n" ); document.write( "__ 10u+t+9=10t+u\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "substituting for t __ 10u+17-u+9=170-10u+u __ 18u=144 \n" ); document.write( " |