document.write( "Question 677232: i have 2 questions\r
\n" );
document.write( "\n" );
document.write( "question 1: The manager of a coffee shop has one type of coffee that sells for $5 per pound and another type that sells for $11 per pound. the manager wishes to mix 70 pounds of the $11 coffee to get a mixture that will sell for $7 per pound. How many pounds of the $5 coffee should be used?\r
\n" );
document.write( "\n" );
document.write( "question 2: A chemist need 60 milliliters of a 45% solution but has only 35% and 65% solutions available. Find how many milliliters of each that should be mixed to get the desired solution \n" );
document.write( "
Algebra.Com's Answer #420759 by partha_ban(41)![]() ![]() You can put this solution on YOUR website! IN FUTURE PUT QUESTIONS SEPARATELY \n" ); document.write( "================================== \n" ); document.write( "A1. Let x lb of $5 coffee is used. \n" ); document.write( "Cost of 70 lb of $11 coffee = $70 * 11 = $770 \n" ); document.write( "Cost of x lb of $5 coffee = $5x \n" ); document.write( "Total cost = 770 + 5x \n" ); document.write( "Total weight = (x+70) lb \n" ); document.write( "Cost of (x+70) lb of $7 coffee = (x+70)*7 = 7x + 490 \n" ); document.write( "By condition, 7x + 490 = 770 + 5x \n" ); document.write( "7x - 5x = 770 - 490 \n" ); document.write( "2x = 280 \n" ); document.write( "x = 280 / 2 = 140 lb \n" ); document.write( "--------------------------------------------- \n" ); document.write( "A2. Let x ml of 35% solution has been mixed with y ml of 65% solution to get (x+y) ml of 45% solution \n" ); document.write( "Therefore, x*35/100 + y*65/100 = (x+y)*45/100 \n" ); document.write( "or, (35x + 65y)/100 = (45x+45y)/100 \n" ); document.write( "or, 35x + 65y = 45x + 45y \n" ); document.write( "or, 35x - 45x = 45y - 65y \n" ); document.write( "or, -10x = -20y \n" ); document.write( "or, x/y = (-20)/(-10) \n" ); document.write( "or, x/y = 2/1 \n" ); document.write( "Therefore the ration between 35% solution and 65% solution should be 2:1. \n" ); document.write( " |