document.write( "Question 585245: A mixture of 6% disinfectant solution is to be made from 7% and 3% disinfectant solutions. How much of each solution should be used if 32 gallons of 6% solution are needed? \n" ); document.write( "
Algebra.Com's Answer #373231 by sofiyac(983)![]() ![]() You can put this solution on YOUR website! If end result is 32 gallons then if we say we need x gallons of 7% solution it would mean we would need 32-x gallons of 3% solution \n" ); document.write( "percent1*volume1+percent2*volume2=finalpercent*totalvolume \n" ); document.write( "7x+3(32-x)=6(32)\r \n" ); document.write( "\n" ); document.write( "7x+96-3x=192\r \n" ); document.write( "\n" ); document.write( "4x+96=192 \n" ); document.write( "4x=96 \n" ); document.write( "x=24 \n" ); document.write( "so we need 24 gallons of 7% solution and 32-24=8 gallons of 3% solution \n" ); document.write( " |