document.write( "Question 319772: A two Digit number is three less than seven times the sum of its digits if the digits are reversed, the new number is 18 less than the original number what is the original number? \n" ); document.write( "
Algebra.Com's Answer #229015 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let the number be xy
\n" ); document.write( "x in tens place
\n" ); document.write( "y in units place
\n" ); document.write( "..
\n" ); document.write( "10x+y=7(x+y)-3
\n" ); document.write( "10x+y=7x+7y-3
\n" ); document.write( "3x-6y=-3
\n" ); document.write( "x-2y=-1.............. equation 1
\n" ); document.write( "..
\n" ); document.write( "10y+x= 10x+y-18
\n" ); document.write( "9y-9x=-18
\n" ); document.write( "y-x=-2 ..............equation 2
\n" ); document.write( "..
\n" ); document.write( "Add equation 1 & 2
\n" ); document.write( "x-2y+y-x=-1-2
\n" ); document.write( "-y=-3
\n" ); document.write( "y=3
\n" ); document.write( "..
\n" ); document.write( "plug the value of y in equation 2
\n" ); document.write( "3-x=-2
\n" ); document.write( "-x=-5
\n" ); document.write( "x=5
\n" ); document.write( "the number is 53
\n" ); document.write( "
\n" );