document.write( "Question 650792: In a 3 digit number,the hundreds digits is 4 more than the units digit and the tens digit is twice the hundreds digit.If hte sum of the digits is 12,find the three digits.write the number. \n" ); document.write( "
Algebra.Com's Answer #407409 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "3 digit number
\n" ); document.write( "hundreds digits is 4 more than the units digit\"highlight%28x%29\" and the tens digit is twice the hundreds digit.
\n" ); document.write( "units digit x \"0\"
\n" ); document.write( "hundreds digits (x+4) \"4\"
\n" ); document.write( "tens digit 2(x+4) \"8\"
\n" ); document.write( "Question states***sum of the digits is 12
\n" ); document.write( "(x+4) + 2(x+4) + x = 12
\n" ); document.write( " 4x +12 = 12
\n" ); document.write( " 4x = 0
\n" ); document.write( " x = 0\r
\n" ); document.write( "\n" ); document.write( "Number is 480 \n" ); document.write( "
\n" );