document.write( "Question 1126997: Bennett purchased some beef and some chicken for a family barbecue. The beef cost $5.90 per pound and the chicken cost $4.30 per pound. He brought a total of 19 lb of meat and spent $96.10. How much of each type of meat did he purchase? \r
\n" );
document.write( "\n" );
document.write( "He brought _____ lb of beef. \n" );
document.write( "
Algebra.Com's Answer #743337 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! x=beef \n" ); document.write( "c=chicken \n" ); document.write( "5.90x+4.30(19-x)=96.10, because x+c=19 \n" ); document.write( "5.90x+81.70-4.30x=96.10 \n" ); document.write( "1.6x=14.40 \n" ); document.write( "x=9 pounds beef $53.10 \n" ); document.write( "19=x=10 pounds chicken $43.00 \n" ); document.write( " |