document.write( "Question 198580: Find the cost of liter of solution when you have 70L of cranberry juice that costs $1.20 and 130L of apple juice that costs $0.80. \n" ); document.write( "
Algebra.Com's Answer #149144 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Find the cost of liter of solution when you have 70L of cranberry juice that \n" ); document.write( " costs $1.20 and 130L of apple juice that costs $0.80. \n" ); document.write( ": \n" ); document.write( "Let x = the cost of the mixture \n" ); document.write( ": \n" ); document.write( "Resulting total: 70 + 130 = 200L \n" ); document.write( ": \n" ); document.write( "200x = 1.20(70) + .80(130) \n" ); document.write( ": \n" ); document.write( "200x = 84 + 104 \n" ); document.write( "x = \n" ); document.write( "x = $.94 cost per liter \n" ); document.write( " |