document.write( "Question 919175: The sum of $145 was divided among 3 people so that the second received $5 less then twice as much as the first, and the third received $5 more than the second. How much did each person received \n" ); document.write( "
Algebra.Com's Answer #557510 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
x the first amount
\n" ); document.write( "x + (2x-5) + (2x-5 + 5) = 145
\n" ); document.write( "5x = 150
\n" ); document.write( "x = 30
\n" ); document.write( "And...checking
\n" ); document.write( "1st + 2nd + 3rd
\n" ); document.write( "30 + 55 + 60 = 145
\n" ); document.write( "
\n" );