document.write( "Question 390845: a juice bar mixes apple juice and cranberry juice. how much should you charge if you mix 8 l of apple juice selling 45 cents/liter with 10 l of cranberry juice for $1.08/liter? \n" ); document.write( "
Algebra.Com's Answer #277199 by robertb(5830)![]() ![]() You can put this solution on YOUR website! 8*0.45 + 10*1.08 = 18*x; \n" ); document.write( "14.4 = 18x; \n" ); document.write( "x = $0.80 per liter. \n" ); document.write( " |