document.write( "Question 1158146: One number is 2 times a first number. A third number is 100 more than the first number. If the sum of all three numbers is 488, find the numbers \n" ); document.write( "
Algebra.Com's Answer #781057 by math_helper(2461)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "a + b + c = 488\r
\n" ); document.write( "\n" ); document.write( "b = 2a
\n" ); document.write( "c = a+100\r
\n" ); document.write( "\n" ); document.write( "a + (2a) + (a+100) = 488\r
\n" ); document.write( "\n" ); document.write( "Combine like terms and solve for a:
\n" ); document.write( "a = 97, b = 194, c = 197\r
\n" ); document.write( "\n" ); document.write( "Problem is ok. \n" ); document.write( "
\n" );