document.write( "Question 127531: How many gallons of a 25% acid solution must be mixed with 100 gallons of a 6% acid solution to obtain a solution that is 20% acid?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #93468 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! How many gallons of a 25% acid solution must be mixed with 100 gallons of a 6% acid solution to obtain a solution that is 20% acid? \n" ); document.write( "----------------- \n" ); document.write( "25% solution DATA; \n" ); document.write( "Amount = x gallons ; amt. of active ingredient = 0.25x gallons \n" ); document.write( "-------------- \n" ); document.write( "6% solution DATA; \n" ); document.write( "Amount = 100 gallons ; amt. of active = 0.06*100 = 6 gallons \n" ); document.write( "---------------- \n" ); document.write( "Mixture DATA: \n" ); document.write( "Amt. = 100+x gallons ; amt of active = 0.20(100+x)= 20 + 0.20x gallons \n" ); document.write( "================== \n" ); document.write( "EQUATION: \n" ); document.write( "active + active = active \n" ); document.write( "0.25x + 6 = 20+0.20x \n" ); document.write( "0.05x = 14 \n" ); document.write( "x = 280 gallons (amt of 25% solution needed for the mixture) \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |