document.write( "Question 364966: a no consists of two digits of which ten's digit exceeds the unit digit by 7.the no itself is equal to 10 times the sum of its digits .find the no? \n" ); document.write( "
| Algebra.Com's Answer #260217 by mananth(16946)     You can put this solution on YOUR website! a no consists of two digits of which ten's digit exceeds the unit digit by 7.the no itself is equal to 10 times the sum of its digits .find the no? \n" ); document.write( "let tens digit be x \n" ); document.write( "& units digit be y \n" ); document.write( "x-y=7......................1 \n" ); document.write( "10x+y=10(x+y) \n" ); document.write( "10x+y=10x+10y \n" ); document.write( "9y=0 \n" ); document.write( "y=0 \n" ); document.write( "plug value of y in equation 1 \n" ); document.write( "x-y=7 \n" ); document.write( "x=7 \n" ); document.write( "the number is 70 \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |