document.write( "Question 61797: a soil analysis of a lawn determines that 50 pounds of fertilizeer containing 20 % nitrogen is needed. How can this mixture be made from two different fertilizers, one containing 15% nitrogen and the other containing 24% nitrogen? \n" ); document.write( "
Algebra.Com's Answer #42523 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
x = 15% fertilizer
\n" ); document.write( "y = 24% fertilizer
\n" ); document.write( "x + y = 50
\n" ); document.write( ".15x + .24y = .20*50
\n" ); document.write( ".15x + .24(50 - x) = 10
\n" ); document.write( ".15x + 12 -.24x = 10
\n" ); document.write( "- .09x = -2
\n" ); document.write( "x = 22 2/9 (pounds of 15% fertilizer)
\n" ); document.write( "y = 50 - 22 2/9
\n" ); document.write( "y = 27 7/9 (pounds of 24% fertilizer)
\n" ); document.write( "
\n" );