document.write( "Question 443683: a mixture of 8% disenfectants solution is to be made from 10 % and 7% diseenfectant solution. How much of ech solution should be used if 30 galllons of 8% solution are needed? \n" ); document.write( "
Algebra.Com's Answer #305971 by oberobic(2304)\"\" \"About 
You can put this solution on YOUR website!
What are we told the goal is produce 30 gallons of an 8% disinfectant.
\n" ); document.write( "We have unlimited supplies of 10% and 7% solutions to mix together.
\n" ); document.write( "With most mixture problems it helps to figure out how much \"pure\" stuff you will have.
\n" ); document.write( ".08*30 = 2.4 gallons of pure stuff in the 30 gallons.
\n" ); document.write( "Setting up the specific equation to solve uses this information.
\n" ); document.write( ".
\n" ); document.write( "First,
\n" ); document.write( "x = amount of 10% solution we will use,
\n" ); document.write( "so
\n" ); document.write( "30-x = amount of 7% solution we will use.
\n" ); document.write( ".
\n" ); document.write( "Second,
\n" ); document.write( "x*.10 + (30-x)*.07 = 30*.08
\n" ); document.write( ".10x + 2.1 - .07x = 2.4
\n" ); document.write( "Multiply by 100 to eliminate the decimals
\n" ); document.write( "10x + 210 - 7x = 240
\n" ); document.write( "3x + 210 = 240
\n" ); document.write( "3x = 30
\n" ); document.write( "x = 10 gallons of 10% solution
\n" ); document.write( "30-x = 20 gallons of 7% solution
\n" ); document.write( ".
\n" ); document.write( "Always check your work!
\n" ); document.write( ".
\n" ); document.write( "In this case, we know we have 30 gallons (10+20), so we need to check how much pure stuff we have contained in the 30 gallons.
\n" ); document.write( "10*.10 = 1 gallon of pure stuff coming from the 10% component.
\n" ); document.write( "20*.07 = 1.4 gallons of pure stuff coming from the 7% component.
\n" ); document.write( "1 + 1.4 = 2.4 gallons of pure stuff contained in the 30 gallons, which is what we needed.
\n" ); document.write( ".
\n" ); document.write( "Answer: Use 10 gallons of 10% solution and 20 gallons to 7% solution to produce 30 gallons of 8% solution.
\n" ); document.write( ".
\n" ); document.write( "Done.
\n" ); document.write( "
\n" );