document.write( "Question 897520: the ten digit of a two digit number is thrice the unit digit. the number is 9 more than 7 times the sum of the digits. find the number
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #544176 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! the ten digit of a two digit number is thrice the unit digit. the number is 9 more than 7 times the sum of the digits. find the number \n" ); document.write( "*** \n" ); document.write( "let u=units digit \n" ); document.write( "let t=tens digit \n" ); document.write( "t=3u \n" ); document.write( ".. \n" ); document.write( "10t+u=7(t+u)+9 \n" ); document.write( "10t+u=7t+7u+9 \n" ); document.write( "30u+u=21u+7u+9 \n" ); document.write( "3u=9 \n" ); document.write( "u=3 \n" ); document.write( "t=3u=9 \n" ); document.write( "number: 93 \n" ); document.write( " |