document.write( "Question 972774: when a two digit number is divided by the sum of digits,the quotient is 8. If the tens digit is diminissed by 3 times the unit digit the remainder is 1. What are the number? \n" ); document.write( "
Algebra.Com's Answer #595019 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
when a two digit number is divided by the sum of digits,the quotient is 8. If the tens digit is diminished by 3 times the unit digit the remainder is 1. What are 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( "\"%2810t%2Bu%29%2F%28t%2Bu%29=8\"
\n" ); document.write( "t-3u=1
\n" ); document.write( "t=3u+1
\n" ); document.write( "..
\n" ); document.write( "10t+u=8t+8u
\n" ); document.write( "7u=2t
\n" ); document.write( "7u=6u+2
\n" ); document.write( "u=2
\n" ); document.write( "t=3u+1=7
\n" ); document.write( "What is the number? 72
\n" ); document.write( "
\n" );