document.write( "Question 207400: one number is 8 times a first number, a third number is 100 more than the first number, if the sum of all three numbers is 620 then whats the numbers \n" ); document.write( "
Algebra.Com's Answer #156826 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
first=x=52
\n" ); document.write( "second=8x=416
\n" ); document.write( "third=x+100=152
\n" ); document.write( "----------------
\n" ); document.write( "x+8x+(x+100)=620
\n" ); document.write( "10x=520
\n" ); document.write( "x=52
\n" ); document.write( "
\n" );