document.write( "Question 336568: A horticulturist wants to mix three types of fertilizers, which contain 20%, 30%, 40% nitrogen, respectively. If the final mixture should be 1000 pounds of 32% nitrogen , all three types are used, and there is twice as much of the 40% type as of the 20% type, how much is in the final mixture. \n" ); document.write( "
Algebra.Com's Answer #241212 by Jk22(389)\"\" \"About 
You can put this solution on YOUR website!
A horticulturist wants to mix three types of fertilizers, which contain 20%, 30%, 40% nitrogen, respectively. If the final mixture should be 1000 pounds of 32% nitrogen , all three types are used, and there is twice as much of the 40% type as of the 20% type, how much is in the final mixture.\r
\n" ); document.write( "\n" ); document.write( "let the mass of 20,30,40 be m2,m3,m4, then \r
\n" ); document.write( "\n" ); document.write( "1) m2+m3+m4=1000
\n" ); document.write( "2) 0.2*m2+0.3*m3+0.4*m4=.32*1000
\n" ); document.write( "3) m4=2*m2\r
\n" ); document.write( "\n" ); document.write( "3=>) m2+m3+2*m2=1000
\n" ); document.write( "0.2*m2+0.3*m3+0.4*2*m2=320\r
\n" ); document.write( "\n" ); document.write( "3*m2+m3=1000 => m3=1000-3*m2
\n" ); document.write( "0.2*m2+0.3*1000-0.9*m2+0.8*m2=320
\n" ); document.write( "0.1*m2=320-300=20
\n" ); document.write( "m2=200 pounds
\n" ); document.write( "m3=1000-3*200=400 pounds
\n" ); document.write( "m4=400 pounds\r
\n" ); document.write( "\n" ); document.write( "(Verif : 200+400+400=1000 pounds
\n" ); document.write( "400=2*200
\n" ); document.write( "and .2*20+.4*30+.4*40=4+12+16=32 %
\n" ); document.write( ")
\n" ); document.write( "
\n" );