document.write( "Question 629235: When a two digit number is divided by the sum of its digits the quotient is8.If the ten's digit is diminished by three times the unit's digit,the remainder is 1.What is the number? \n" ); document.write( "
Algebra.Com's Answer #396146 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
When a two digit number is divided by the sum of its digits the quotient is8.If the ten's digit is diminished by three times the unit's digit,the remainder is 1.What is the number?
\n" ); document.write( "**
\n" ); document.write( "let u=units digit
\n" ); document.write( "let t=tens digit
\n" ); document.write( "..
\n" ); document.write( "t-3u=1
\n" ); document.write( "t=3u+1
\n" ); document.write( "..
\n" ); document.write( "(10t+u)/(t+u)=8
\n" ); document.write( "10t+u=8t+8u
\n" ); document.write( "10(3u+1)+u=8(3u+1)+8u
\n" ); document.write( "30u+10+u=24u+8+8u
\n" ); document.write( "31u-32u=-10+8
\n" ); document.write( "u=2
\n" ); document.write( "t=3u+t=7
\n" ); document.write( "number: 72
\n" ); document.write( "
\n" ); document.write( "
\n" );