document.write( "Question 96920: Three digit number. The sum of the digits of a three-digit number is 11. If the digits are reversed, the new number is 46 more than five times the old number. If the hundreds digit plus twice the tens digit is equal to the units digit, then what is the number. \n" ); document.write( "
Algebra.Com's Answer #70575 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Three digit number. The sum of the digits of a three-digit number is 11. If the digits are reversed, the new number is 46 more than five times the old number. If the hundreds digit plus twice the tens digit is equal to the units digit, then what is the number. \n" ); document.write( "---------------------------- \n" ); document.write( "Let the number be 10^2h+10t+u \n" ); document.write( "EQUATION: \n" ); document.write( "h+t+u=11 \n" ); document.write( "The reverse of the number is 10^2u+10t+h \n" ); document.write( "EQUATION: \n" ); document.write( "10^2u+10t+h = 5(10^h+10t+u)+46 \n" ); document.write( "100u+10t+h = 500h+50t+5u+46 \n" ); document.write( "499h+40t-95u=-46 \n" ); document.write( "----------------- \n" ); document.write( "EQUATION: \n" ); document.write( "h+2t-u=0 \n" ); document.write( "--------------- \n" ); document.write( "Rearranging the equations: \n" ); document.write( "h t+ u=11 \n" ); document.write( "h+2t-u=0 \n" ); document.write( "499h+40t-95u=-46 \n" ); document.write( "-------------- \n" ); document.write( "Using the Matrix function of a TI calculator \n" ); document.write( "I get: \n" ); document.write( "h=1 ; t=3; u=7 \n" ); document.write( "The number is 137 \n" ); document.write( "====================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |