document.write( "Question 1050866: One number is 5 times a first number. A third number is 100 more than the first number. If the sum of the three numbers is 569;, find the numbers. \n" ); document.write( "
| Algebra.Com's Answer #666475 by jorel555(1290)      You can put this solution on YOUR website! Let n be your first number. Then the second number is 5n; and the third number is n+100. So: \n" ); document.write( "n+5n+n+100=569 \n" ); document.write( "7n=469 \n" ); document.write( "n=67 \n" ); document.write( "5n=335 \n" ); document.write( "n+100=167. ☺☺☺☺ \n" ); document.write( " |