document.write( "Question 1147657: Hi\r
\n" ); document.write( "\n" ); document.write( "the units digit of a two digit number is one more than the tens digit. If the digits are reversed the new number is 3 less than twice the original number . What is the number.\r
\n" ); document.write( "\n" ); document.write( "I sent this question earlier but I omitted some information. \r
\n" ); document.write( "\n" ); document.write( "Thanks
\n" ); document.write( "

Algebra.Com's Answer #769011 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
let T = the tens digit.
\n" ); document.write( "let U = the units digit.
\n" ); document.write( "the number will be 10T + U.
\n" ); document.write( "the new number with the digits reversed will be 10U + T.
\n" ); document.write( "you are given that the units digits is one more than the tens digit.
\n" ); document.write( "this means that U = T + 1
\n" ); document.write( "you are given that the new number is 3 less than twice the original number.
\n" ); document.write( "this means that 10U + T = 2 * (10T + U) - 3
\n" ); document.write( "your two equations that need to be solved simultaneously are:
\n" ); document.write( "U = T + 1
\n" ); document.write( "10U + T = 2 * (10T + U) - 3
\n" ); document.write( "simplify the second equation and leave the first equation as is to get:
\n" ); document.write( "U = T + 1
\n" ); document.write( "10U + T = 20T + 2U - 3
\n" ); document.write( "place the variables on the left side of each equation and the constants on the right side of each equation to get:
\n" ); document.write( "U - T = 1
\n" ); document.write( "8U - 19T = -3
\n" ); document.write( "multiply both sides of the first equation by -8 and leave the second equation as is to get:
\n" ); document.write( "-8U + 8T = -8
\n" ); document.write( "8U - 19T = -3
\n" ); document.write( "add both equations together to get:
\n" ); document.write( "-11T = -11
\n" ); document.write( "solve for T to get:
\n" ); document.write( "T = 1
\n" ); document.write( "since U = T + 1, then U = 2
\n" ); document.write( "the number is 12.
\n" ); document.write( "the new number with the digits reversed is 21.
\n" ); document.write( "the units digits is 1 more than the tens digits.
\n" ); document.write( "this is true, since 2 is 1 more than 1.
\n" ); document.write( "the reversed number is 3 less than two times the original number.
\n" ); document.write( "this is true, since 21 = 2 * 12 - 3 = 24 - 3 = 21
\n" ); document.write( "solution looks good.
\n" ); document.write( "solution is that the original number is 12.
\n" ); document.write( "
\n" ); document.write( "
\n" );