document.write( "Question 39934: David helped his father stock the pond with fish. They put in baby catfish and bluegill. They put in a total of 75 fish. If the # of bluegill was doubled & the number of catfish was trippled there would be 175 fish in the pond. how many catfish were put in the pond?\r
\n" );
document.write( "\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #25532 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Let b be the number of bluegill and c be the number of catfish. \n" ); document.write( "Thus \n" ); document.write( "b + c = 75 and \n" ); document.write( "2b + 3c = 175 \n" ); document.write( "Now double the first equation and subtract it from the second...we get \n" ); document.write( "2b + 3c = 175 \n" ); document.write( "-(2b + 2c = 150) \n" ); document.write( "and we get \n" ); document.write( "c = 25 catfish \n" ); document.write( " |