document.write( "Question 163114: The second digit of a two digit no is 3 time of first digit. If the position of the digit is interchanged and added to original no the new no is 88. find the digits using only one variables. \n" ); document.write( "
Algebra.Com's Answer #120223 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Let's let the first digit be A and the second digit be B.
\n" ); document.write( "The number can be represented as,
\n" ); document.write( "\"10%2AA%2BB\"
\n" ); document.write( "You also know that
\n" ); document.write( "1.\"B=3A\"
\n" ); document.write( "When you interchange the digits, the new number becomes,
\n" ); document.write( "\"10%2AB%2BA\"
\n" ); document.write( "And then you also know that
\n" ); document.write( "2.\"%2810%2AA%2BB%29%2B%2810%2AB%2BA%29=88\"
\n" ); document.write( "2.\"11A%2B11B=88\"
\n" ); document.write( "2.\"A%2BB=8\"
\n" ); document.write( "Plug the value for B from eq. 1 into eq. 2 and solve for A.
\n" ); document.write( "2.\"A%2B3A=8\"
\n" ); document.write( "\"4A=8\"
\n" ); document.write( "\"A=2\"
\n" ); document.write( "From eq. 1,
\n" ); document.write( "\"B=3%282%29=6\"
\n" ); document.write( "The original number is 26, the interchange number is 62.
\n" ); document.write( "As a check, add them together to get 88.
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( "A=2
\n" ); document.write( "B=6
\n" ); document.write( "
\n" );