document.write( "Question 657343: Juice-O-Rama is a refreshment stand specializing in a fruit drink mixture of orange juice and prune juice. The orange juice costs $1.20 per liter and the prune juice costs $1.40 per liter. If they need 8 liters of the final drink at a cost of $1.24 per liter, how many liters of each juice will they need to make their specialty drink?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "I don't really know how to start, but I put x as the liters of orange juice and y as the liters of prune juice. I set x+y=8, but this is where I get confused \n" );
document.write( "
Algebra.Com's Answer #409841 by kevwill(135)![]() ![]() You can put this solution on YOUR website! You're off to a good start. \r \n" ); document.write( "\n" ); document.write( "Let x = liters of orange juice \n" ); document.write( "and y = liters of prune juice.\r \n" ); document.write( "\n" ); document.write( "Then x + y = 8.\r \n" ); document.write( "\n" ); document.write( "Since each liter of orange juice costs $1.20 and each liter of prune juice costs $1.40, the total cost of the mixture is 1.20x + 1.40y.\r \n" ); document.write( "\n" ); document.write( "We are given that the final drink costs $1.24 per liter, or $1.24*8 = $9.92 for the entire 8 liters. This gives us our second equation:\r \n" ); document.write( "\n" ); document.write( "1.20x + 1.40y = 9.92\r \n" ); document.write( "\n" ); document.write( "We now have two equations in two unknowns:\r \n" ); document.write( "\n" ); document.write( "x + y = 8 \n" ); document.write( "1.2x + 1.4y = 9.92\r \n" ); document.write( "\n" ); document.write( "We'll use substitution. From the first equation, move x to the right (by subtracting x from each side), giving \r \n" ); document.write( "\n" ); document.write( "y = 8 - x\r \n" ); document.write( "\n" ); document.write( "Substituting for y in the second equation gives\r \n" ); document.write( "\n" ); document.write( "1.2x + 1.4(8-x) = 9.92\r \n" ); document.write( "\n" ); document.write( "Expanding:\r \n" ); document.write( "\n" ); document.write( "1.2x + 11.2 - 1.4x = 9.92\r \n" ); document.write( "\n" ); document.write( "Subtract 11.2 from each side and regroup:\r \n" ); document.write( "\n" ); document.write( "(1.2x - 1.4x) = 9.92 - 11.2\r \n" ); document.write( "\n" ); document.write( "Combining terms:\r \n" ); document.write( "\n" ); document.write( "-0.2x = -1.28\r \n" ); document.write( "\n" ); document.write( "Dividing both sides by -0.2:\r \n" ); document.write( "\n" ); document.write( "x = -1.28/-0.2 = 6.4\r \n" ); document.write( "\n" ); document.write( "From our first substitution, \r \n" ); document.write( "\n" ); document.write( "y = 8 - 6.4 = 1.6\r \n" ); document.write( "\n" ); document.write( "So the final drink contains 6.4 liters of orange juice and 1.6 liters of prune juice.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |