document.write( "Question 885646: one of the two digits of a two digit number is thrice the other number.If the two digits are interchanged and the resultant is added to the original number we get 88.find the original number?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #535364 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! one of the two digits of a two digit number is thrice the other number.If the two digits are interchanged and the resultant is added to the original number we get 88.find the original number? \n" ); document.write( "*** \n" ); document.write( "let u=units digit \n" ); document.write( "let t=tens digit \n" ); document.write( "u=3t \n" ); document.write( ".. \n" ); document.write( "10u+t+10t+u=88 \n" ); document.write( "30t+t+10t+3t=88 \n" ); document.write( "44t=88 \n" ); document.write( "t=2 \n" ); document.write( "u=3t=6 \n" ); document.write( "original number=10t+u=20+6=26 \n" ); document.write( " |