document.write( "Question 912073: My number has twice as many ones as tens. It has more hundreds than tens. Two of the digits are 5 and 8. What is my number \n" ); document.write( "
Algebra.Com's Answer #553548 by MathLover1(20850)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "h=hundreds
\n" ); document.write( "t=tens
\n" ); document.write( "o=ones\r
\n" ); document.write( "\n" ); document.write( "given:\r
\n" ); document.write( "\n" ); document.write( "\"2t=o\" =>\"t=o%2F2\"
\n" ); document.write( "Two of the digits are \"5\" and \"8\".
\n" ); document.write( "It has more hundreds than tens.\r
\n" ); document.write( "\n" ); document.write( "so, \"o\" could be only \"8\" =>\"t=8%2F2=4\"
\n" ); document.write( "
\n" ); document.write( "if it has more hundreds than tens, then hundreds could be at least \"h=5\"\r
\n" ); document.write( "\n" ); document.write( "so, your number is: \"548\"\r
\n" ); document.write( "\n" ); document.write( "but, third digit \"h\" could be \"h=6\", \"h=7\", or \"h=9\" if digits cannot repeat\r
\n" ); document.write( "\n" ); document.write( "so, your number could also be: \"648\",\"748\", or \"948\"
\n" ); document.write( "
\n" ); document.write( "
\n" );