document.write( "Question 765675: The sum of the digits of a certain three digit number is 12. If the hundreds digit is three times the tens digit, and the tens digit digit is one-half the ones digit, what is the number
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #466320 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The sum of the digits of a certain three digit number is 12. If the hundreds digit is three times the tens digit, and the tens digit digit is one-half the ones digit, what is the number \n" ); document.write( "------- \n" ); document.write( "The number::: 100a + 10b + c \n" ); document.write( "----- \n" ); document.write( "Equations: \n" ); document.write( "a + b + c = 12 \n" ); document.write( "a = 3b \n" ); document.write( "b = (1/2)c \n" ); document.write( "-------- \n" ); document.write( "------------------- \n" ); document.write( "a = (3/2)c \n" ); document.write( "Substitute for a and for b and solve for \"c\": \n" ); document.write( "(3/2)c + (1/2)c + c = 12 \n" ); document.write( "------ \n" ); document.write( "3c = 12 \n" ); document.write( "c = 4 \n" ); document.write( "---- \n" ); document.write( "b = (1/2)c = 2 \n" ); document.write( "a = (3/2)c = 6 \n" ); document.write( "---- \n" ); document.write( "Number = 624 \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "==================\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |