document.write( "Question 757801: Three times the tens digit of a certain two digit number is two more than four times the unit digit. The difference between the given number and the number obtained by reversing the digits is two less than twice the sum of the digits. Find the number \n" ); document.write( "
Algebra.Com's Answer #461094 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
Three times the tens digit of a certain two digit number is two more than four times the unit digit. The difference between the given number and the number obtained by reversing the digits is two less than twice the sum of the digits. Find the number.
\n" ); document.write( "***
\n" ); document.write( "let u=units digit of given number
\n" ); document.write( "let t=tens digit of given number
\n" ); document.write( "3t=4u+2
\n" ); document.write( "t=(4u+2)/3
\n" ); document.write( "given number: 10t+u
\n" ); document.write( "number with digits reversed: 10u+t
\n" ); document.write( "(10t+u)-(10u+t)=2(t+u)-2
\n" ); document.write( "10t+u-10u-t=2t+2u-2
\n" ); document.write( "9t-9u=2t+2u-2
\n" ); document.write( "7t-11u=-2
\n" ); document.write( "7(4u+2)/3-11u=-2
\n" ); document.write( "28u+14-33u=-6
\n" ); document.write( "5u=20
\n" ); document.write( "u=4
\n" ); document.write( "t=(4u+2)/3=6
\n" ); document.write( "given number: 64
\n" ); document.write( "number with digits reversed:46
\n" ); document.write( "
\n" );