document.write( "Question 1023365: Heath wants 10 L of a solution that is 90% bleach. He will combine pure bleach with a mixture that is 20% bleach. Write a system of equations to model the problem. Use p for the number of liters of pure bleach and m for the number of liters of the mixture the is 20% bleach \n" ); document.write( "
Algebra.Com's Answer #638911 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Heath wants 10 L of a solution that is 90% bleach. He will combine pure bleach with a mixture that is 20% bleach. Write a system of equations to model the problem. Use p for the number of liters of pure bleach and m for the number of liters of the mixture the is 20% bleach \n" ); document.write( "----------- \n" ); document.write( "20*m + 100*p = 10*90 \n" ); document.write( "m + p = 10 \n" ); document.write( " \n" ); document.write( " |