document.write( "Question 124225: A GROCER MIXED GRAPE JUICE AT $2.25 PER GALLON WITH CRANBERRY JUICE AT $1.75 PER GALLON. HOW MANY GALLONS OF EACH SHOULD BE USED TO MAKE 20 GALLONS OF CRANBERRY/GRAPE JUICE WHICH WILL COST $2.10 PER GALLON? \n" ); document.write( "
Algebra.Com's Answer #91030 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! Let's start by assigning variables to the unknown quantities. \n" ); document.write( "Let x = the required number of gallons of grape juice at $2.25 per gallon. \n" ); document.write( "Now, because we want to make a total of 20 gallons of cranberry/grape juice mix, we will need to add (20-x) gallons of cranberry juice at $1.75 per gallon. \n" ); document.write( "At the end we'll have (hopefully) the required 20 gallons of cranberry/grape juice mix at $2.10 per gallon. \n" ); document.write( "Now we can write the equation that will tell us how much of each we will need. \n" ); document.write( "x($2.25)+(20-x)($1.75) = 20($2.10) Simplify and solve for x. \n" ); document.write( "2.25x + 35 - 1.75x = 42 Combine like-terms. \n" ); document.write( "0.5x+35 = 42 Subtract 35 from both sides. \n" ); document.write( "0.5x = 7 Divide both sides by 0.5 \n" ); document.write( "x = 14 \n" ); document.write( "So we'll need 14 gallons of grape juice @ $2.25 per gallon plus (20-x) 6 gallons of cranberry juice @ $1.75 per gallon to obtain 20 gallons of cranberry/grape juice mix @ $2.10 per gallon. \n" ); document.write( " |