document.write( "Question 419086: a chemist has one solution containing 30% insecticide and another solution containing 50% insecticide. How much of each solution should the chemist mix to get 200L of a 42% insecticide? \n" ); document.write( "
Algebra.Com's Answer #293121 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
percent ---------------- quantity
\n" ); document.write( "30 ---------------- x
\n" ); document.write( "50 ---------------- 200-x
\n" ); document.write( "42.00% ---------------- 200
\n" ); document.write( "...............
\n" ); document.write( "30x+50( 200-x)=42*200
\n" ); document.write( "30x+10000-50x=8400
\n" ); document.write( "30x-50x =8400-10000
\n" ); document.write( "-20x=-1600
\n" ); document.write( "/20
\n" ); document.write( "x=80 liters 30%
\n" ); document.write( "50% ----120 liters
\n" ); document.write( "
\n" ); document.write( "
\n" );