document.write( "Question 184814: Solve Problems Using Linear Systems
\n" );
document.write( "16. One type of fertilizer has 30% nitrogen and a second type has 15% nitrogen. If a farmer needs 600kg of fertilizer that is 20% nitrogen, how much of each type should the farmer mix together?
\n" );
document.write( "Thank you very much. \n" );
document.write( "
Algebra.Com's Answer #138785 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! .30X+.15(600-X)=600*.20 \n" ); document.write( ".30X+90-.15X=120 \n" ); document.write( ".15X=120-90 \n" ); document.write( ".15X=30 \n" ); document.write( "X=30/.15 \n" ); document.write( "X=2000 KG. OF 30% NITROGEN. \n" ); document.write( "600-200=400 KG. OF .15% NITROGEN. \n" ); document.write( "PROOF: \n" ); document.write( ".30*200+.15*400=120 \n" ); document.write( "60+60=120 \n" ); document.write( " |