document.write( "Question 320603: Jose, Paul, and Dan went fishing. it was a good day, and all three of them caught a fish. Dan's fish weighed four times as much as Paul's fish, and Jose's fish weighed half as much as Dan's fish. altogether, the three fish weighed 21 pounds. how much did each fish weigh? \n" ); document.write( "
Algebra.Com's Answer #229634 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Dan's fish weighed four times as much as Paul's fish, \n" ); document.write( "and Jose's fish weighed half as much as Dan's fish. \n" ); document.write( "the three fish weighed 21 pounds. \n" ); document.write( ".. \n" ); document.write( "Let paul's fish weigh x lb \n" ); document.write( "dan's fish = 4x \n" ); document.write( "Jose's fish = 1/2 * 4x= 2x \n" ); document.write( ".. \n" ); document.write( "x+4x+2x=21 \n" ); document.write( "7x=21 \n" ); document.write( "x=3 lbs . paul's fish \n" ); document.write( "4x= 4*3=12 lbs Dan's fixh \n" ); document.write( "2x = 2*3 = 6 lbs Jose's fish \n" ); document.write( ".. \n" ); document.write( "CHECK \n" ); document.write( "3+12+6 =21 lbs \n" ); document.write( " |