document.write( "Question 20245: How do I calculate;
\n" );
document.write( "I have 2 wells, well A produces water with 18 ppb of a mineral
\n" );
document.write( "Well B produces water with 3 ppb of the same mineral.
\n" );
document.write( "How many gallons per minute should I blend of well A water with how many gallons per minute of well B water to produce a combined water with a 5 ppb concentration when I need to pump 2400 Gallons per minute total flow from both wells? \n" );
document.write( "
Algebra.Com's Answer #9784 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! Let A equal the number of gallons pumped from well A in one minute to satisfy the conditions of the problem.\r \n" ); document.write( "\n" ); document.write( "Let B equal the number of gallons pumped from well B in one minute to satisfy the conditions of the problem.\r \n" ); document.write( "\n" ); document.write( "I need to pump 2400 Gallons per minute total flow from both wells.\r \n" ); document.write( "\n" ); document.write( "A + B = gallons pumped from both wells in one minute, combining the first two conditions\r \n" ); document.write( "\n" ); document.write( "A + B = 2400, combining all three conditions\r \n" ); document.write( "\n" ); document.write( "change ppb to k / gal or kpg \r \n" ); document.write( "\n" ); document.write( " A(18 kpg) + B(3 kpg) = 2400(5 kpg) \r \n" ); document.write( "\n" ); document.write( " A(18 kpg) + (2400 - A)(3 kpg) = 12000 kpg\r \n" ); document.write( "\n" ); document.write( "the units, kpg, all cancel \r \n" ); document.write( "\n" ); document.write( " 15A + 7200 -3A = 12000 \r \n" ); document.write( "\n" ); document.write( " 12A = 4800 \r \n" ); document.write( "\n" ); document.write( "A = 400 gal/min\r \n" ); document.write( "\n" ); document.write( "B = 2000 gal/min\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |