document.write( "Question 706405: A two-digit counting number has a value that is 7 more than 6 times the sum of its digits. If the units digit is 3 less than the tens digit, what is the number? \n" ); document.write( "
Algebra.Com's Answer #435136 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
Let t = the count of the tens
\n" ); document.write( "Let u = the count of the ones or units.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "In expanded form, the two digit number is 10t+u.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Translation from written English into arithmetic symbolism:
\n" ); document.write( "\"10t%2Bu=7%2B6%28t%2Bu%29\" AND \"u=-3%2B10t\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Transforming those equations should give the system:
\n" ); document.write( "\"4t-5u=7\"
\n" ); document.write( "\"10t-u=3\"
\n" ); document.write( "Be-aware, I may have made a mistake in there. Try approach described on your own, see if you get a good result.
\n" ); document.write( "
\n" );