document.write( "Question 48327: The sum of the digits of a two-digit no. is 11. If the digits are reversed the new no. is 7 more than twice the original no. Find the original no.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #31958 by longjonsilver(2297)\"\" \"About 
You can put this solution on YOUR website!
First, lets figure it out by \"looking\":\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "2 digits add to 11, so they must be one of the following 4 possibilities:
\n" ); document.write( "29: 2+9 --> reversed is 92
\n" ); document.write( "38: 3+8 --> reversed is 83
\n" ); document.write( "47: 4+7 --> reversed is 74
\n" ); document.write( "56: 5+6 --> reversed is 65\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "and twice 38 is 76. Then add 7 is 83. So the answer is 38.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Right then...mathematically:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Let the first number be xy and we are told that (x+y) = 11.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Also, x is the number of tens and y is the number of units. By this we mean that xy really means (10x+y).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If we reverse it, to yx, when then have the number (10y+x).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "We are told that \"reversed number is twice original + 7\", so we need to convert this English to maths:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(reversed number) = twice(original number) + 7
\n" ); document.write( "(10y+x) = 2(10x+y) + 7
\n" ); document.write( "10y+x = 20x+2y + 7
\n" ); document.write( "8y-19x = 7\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So we have 2 equations now:
\n" ); document.write( "x+y=11
\n" ); document.write( "8y-19x = 7\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "scale up the first one by 8 --> 8x+8y = 88, giving us
\n" ); document.write( "8x+8y = 88
\n" ); document.write( "8y-19x = 7\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Re-write the order:
\n" ); document.write( "8y+8x = 88
\n" ); document.write( "8y-19x = 7\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now lets subtract the equations, to get rid of the y terms.
\n" ); document.write( "27x = 81
\n" ); document.write( "x = 81/27
\n" ); document.write( "x = 3\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "so from x+y=11 we have
\n" ); document.write( "3+y=11
\n" ); document.write( "--> y=8\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So the original number, xy is 38.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "jon.
\n" ); document.write( "
\n" );