document.write( "Question 757645: I made a big typo with my last question... \r
\n" );
document.write( "\n" );
document.write( "\"The owner of a deli mixed coffee that cost $9/lbwith coffee that cost $6/lb. How many lbs of each were used to make a 20lb mixture costing $7.80/lb.\" \n" );
document.write( "
Algebra.Com's Answer #460960 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Let a = the number of lbs of the $9/lb coffee \n" ); document.write( "Since there are 20 lbs in the mixture, the number of lbs of the $6/lb coffee will be 20 - a \n" ); document.write( "Adding up the total dollar amount of the two coffees and equating that to the total in the mixture gives \n" ); document.write( "9a + 6(20-a) = 7.80*20 \n" ); document.write( "Solve for a: \n" ); document.write( "9a + 120 - 6a = 156 \n" ); document.write( "3a = 36 \n" ); document.write( "a = 12 \n" ); document.write( "So there are 12 lbs of the $9 coffee and 8 lbs of the $6 coffee \n" ); document.write( " |