document.write( "Question 757039: in a two digit number, sum of the digits is 10. if 3 is subtracted from tens places and 3 is added to ones place, then the two digits are equal. find the number. \n" ); document.write( "
Algebra.Com's Answer #460586 by DrBeeee(684)\"\" \"About 
You can put this solution on YOUR website!
Let x = the tens digit
\n" ); document.write( "Let y = the units digit
\n" ); document.write( "Then you have
\n" ); document.write( "(1) x + y = 10 and
\n" ); document.write( "(2) x - 3 = y + 3 or
\n" ); document.write( "(3) x - y = 6
\n" ); document.write( "Now add (1) and (3) to get
\n" ); document.write( "(4) x + y + x - y = 10 + 6 or
\n" ); document.write( "(5) 2*x = 16 or
\n" ); document.write( "(6) x = 8
\n" ); document.write( "Using (1) we get
\n" ); document.write( "(7) 8 + y = 10 or
\n" ); document.write( "(8) y = 2
\n" ); document.write( "Let's check this,
\n" ); document.write( "Is (8 - 3 = 2 + 3)?
\n" ); document.write( "Is (5 = 5)? Yes
\n" ); document.write( "Answer: The two digit number is 82.
\n" ); document.write( "
\n" );