document.write( "Question 1110986: You need to prepare a 47 mL of a 24% syrup/soda “prescription”. To do this, you can use the 80% syrup solution and the 10% soda solution that you have in stock. How many mL of each solution do you need to create this final solution? \n" ); document.write( "
Algebra.Com's Answer #725997 by mananth(16946)![]() ![]() You can put this solution on YOUR website! component percentage ----------------quantity \n" ); document.write( "Syrup 80 ---------------- x Oz \n" ); document.write( "soda 10 ---------------- 47 - x Oz \n" ); document.write( "Mixture 24.00% ---------------- 47 \n" ); document.write( " \n" ); document.write( "80 x + 10 ( 47 - x ) = 24.00 * 47 \n" ); document.write( " \n" ); document.write( "80 x + 470 - 10 x = 1128 \n" ); document.write( "80 x - 10 x = 1128 - 470 \n" ); document.write( "70 x = 658 \n" ); document.write( "/ 70 \n" ); document.write( " x = 9.4 Oz 80.00% syrup \n" ); document.write( " 37.6 Oz 10.00% soda \n" ); document.write( " \n" ); document.write( " |