document.write( "Question 549523: Divide $80 among three people so that the second will have the twice as much as much the first ,and the third will have $5 less than the second .(x=17) \n" ); document.write( "
Algebra.Com's Answer #357818 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let first have x \n" ); document.write( "second has 2x \n" ); document.write( "third has (2x-5)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x+2x+2x-5=80\r \n" ); document.write( "\n" ); document.write( "5x-5=80 \n" ); document.write( "5x=85 \n" ); document.write( "/5 \n" ); document.write( "x=17\r \n" ); document.write( "\n" ); document.write( "17, 34,29 \n" ); document.write( " |