document.write( "Question 550867: The tens digit of a certain two digit number is 1 more than 3 times the units digit. The original number is 9 less than 3 times the number formed by interchanging the digits. Find the original number. Please help me answer this! \n" ); document.write( "
Algebra.Com's Answer #359181 by lwsshak3(11628) ![]() You can put this solution on YOUR website! The tens digit of a certain two digit number is 1 more than 3 times the units digit. The original number is 9 less than 3 times the number formed by interchanging the digits. Find the original number. \n" ); document.write( "** \n" ); document.write( "let u=unit's digit \n" ); document.write( "let t=ten's digit=3u+1 \n" ); document.write( ".. \n" ); document.write( "original number: 10t+u=10(3u+1)=30u+10 \n" ); document.write( "interchanged number: 10u+t=10u+3u+1=13u+1 \n" ); document.write( ".. \n" ); document.write( "30u+10=3(13u+1)-9=39u+3-9=39u-6 \n" ); document.write( "9u=16 \n" ); document.write( "u=2 \n" ); document.write( "t=3u+1=7 \n" ); document.write( "original number=72 \n" ); document.write( " |