document.write( "Question 1022958: Three times the tens digit of a certain 2 digit number is 2 more than four times the units 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( "

Algebra.Com's Answer #638521 by addingup(3677)\"\" \"About 
You can put this solution on YOUR website!
let's call the number xy. Since x is the tens digit:
\n" ); document.write( "10x+y
\n" ); document.write( "The problem says:
\n" ); document.write( "3x = 4y+2 Subtract 4y from both sides:
\n" ); document.write( "3x-4y = 2
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\n" ); document.write( "The difference between the given number and the number obtained by reversing the digits is two less than twice the sum of the digits:
\n" ); document.write( "10x+y-10y-x = 2(x+y)-2 Subtract on left and multiply on right:
\n" ); document.write( "9x-9y = 2x+2y-2 Subtract 2x and 2y on both sides:
\n" ); document.write( "7x-11y = -2
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\n" ); document.write( "Now we have two equations:
\n" ); document.write( "3x-4y = 2 (Multiply both sides of this equation times -7)
\n" ); document.write( "and
\n" ); document.write( "7x-11y = -2 (Multiply both sides of this equation times 3)
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\n" ); document.write( "-21x+28y = -14
\n" ); document.write( "+
\n" ); document.write( "21x-33y = -6
\n" ); document.write( "---------------
\n" ); document.write( ". . -5y = -20
\n" ); document.write( "Divide both sides by -5
\n" ); document.write( "y = 4
\n" ); document.write( "Now that we know y let's find x. The problem says:
\n" ); document.write( "3x = 4y+2 substitute for y:
\n" ); document.write( "3x = 4(4)+2
\n" ); document.write( "3x = 16+2 Add on right and divide both sides by 3
\n" ); document.write( "x = 6
\n" ); document.write( "So, your tens digit is 6 and 6*10 = 60 and you singles digit is 4, and 60+4 = 64. This is your number: 64
\n" ); document.write( "
\n" );