document.write( "Question 183473This question is from textbook Addison Wesley Algebra
\n" );
document.write( ": A person caught 24 fish. Some are Rockfish, some are Bluefish. A rockfish weighs 2.5 lbs. and a bluefish weighs 8 lbs. Altogether the fish weigh 137 lbs. How many rockfish and how many bluefish were caught?
\n" );
document.write( " I don't know how to set this up as an equation. I figured that there are 10 rockfish and 14 bluefish, but don't know how to make this into an equation. Thank you for any help you can give me. \n" );
document.write( "
Algebra.Com's Answer #137753 by ptaylor(2198)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "OK. \n" ); document.write( "ONE APPROACH: \n" ); document.write( "Let x=number of rockfish \n" ); document.write( "then 24-x=number of bluefish \n" ); document.write( "2.5x+8(24-x)=137 get rid of parens \n" ); document.write( "2.5x+192-8x=137 subtract 192 from each side \n" ); document.write( "2.5x+192-192-8x=137-192 collect like terms \n" ); document.write( "-5.5x=-55 \n" ); document.write( "x=10------------------number of rockfish \n" ); document.write( "24-x=24-10=14-------------number of bluefish \n" ); document.write( "ANOTHER APPROACH: \n" ); document.write( "Let x=number of rockfish \n" ); document.write( "And let y=number of bluefish \n" ); document.write( "x+y=24--------------------------------eq1 \n" ); document.write( "2.5x+8y=137-----------------------------eq2 \n" ); document.write( "You can solve\r \n" ); document.write( "\n" ); document.write( "Hope this helps----ptaylor \n" ); document.write( " |