document.write( "Question 287025: A three-digit number is 28 times the sum of its digits. The units digit is twice the tens digit and 3 more than the hundreds digit. Find the number \n" ); document.write( "
Algebra.Com's Answer #208139 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
A three-digit number is 28 times the sum of its digits.
\n" ); document.write( " The units digit is twice the tens digit and 3 more than the hundreds digit.
\n" ); document.write( " Find the number
\n" ); document.write( ":
\n" ); document.write( "Let the three digits be, x, y, z
\n" ); document.write( "then
\n" ); document.write( "100x + 10y + z = the three digit number
\n" ); document.write( ":
\n" ); document.write( "Write an equation for each statement:
\n" ); document.write( ":
\n" ); document.write( "\"A three-digit number is 28 times the sum of its digits.\"
\n" ); document.write( "100x + 10y + z = 28(x + y + z)
\n" ); document.write( "100x + 10y + z = 28x + 28y + 28z
\n" ); document.write( "100x - 28x = 28y - 10y + 28z - z
\n" ); document.write( "72x = 18y + 27z
\n" ); document.write( ":
\n" ); document.write( "\"The units digit is twice the tens digit\"
\n" ); document.write( "z = 2y
\n" ); document.write( "or
\n" ); document.write( "y = .5z
\n" ); document.write( ":
\n" ); document.write( "\" and 3 more than the hundreds digit.\"
\n" ); document.write( "z = x + 3
\n" ); document.write( "or
\n" ); document.write( "x = z - 3
\n" ); document.write( ":
\n" ); document.write( " Find the number
\n" ); document.write( ":
\n" ); document.write( "In the equation 72x = 18y + 27z, replace x with (z-3) and y with .5z, find z:
\n" ); document.write( "72(z-3) = 18(.5z) + 27z
\n" ); document.write( "72z - 216 = 9z + 27z
\n" ); document.write( "72z - 216 = 36z
\n" ); document.write( "72z - 36z = 216
\n" ); document.write( "36z = 216
\n" ); document.write( "z = \"216%2F36\"
\n" ); document.write( "z = 6
\n" ); document.write( "then
\n" ); document.write( "x = 6 - 3
\n" ); document.write( "z = 3
\n" ); document.write( "and
\n" ); document.write( "y = .5(6)
\n" ); document.write( "y = 3
\n" ); document.write( ":
\n" ); document.write( "336 is the 3 digit number
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "See if that's true in the statement:
\n" ); document.write( "\"A three-digit number is 28 times the sum of its digits.\"
\n" ); document.write( "336 = 28(3+3+6)
\n" ); document.write( "336 = 28 * 12; confirms our solution
\n" ); document.write( "
\n" );