document.write( "Question 831449: By weight (A) fertilizer is 20%K, 30%N and 50%P, (B) fertilizer is 10, 30, 60 and (C) fertilizer is 0, 40, 60. How much of each must be mixed to obtain 200lbs of 10%K, 32.5%N, and 57.5%P.\r
\n" );
document.write( "\n" );
document.write( ".20k + .30n + .50p (A)
\n" );
document.write( ".10k + .30n + .60p (B)
\n" );
document.write( ".00k + .40n + .60p (C)\r
\n" );
document.write( "\n" );
document.write( ".10k + 32.5n + .60p = 200 (D)
\n" );
document.write( "___________________________________
\n" );
document.write( "Ak + Bk + Ck = Dk ?????
\n" );
document.write( "An + Bn + Cn = Dn ?????
\n" );
document.write( "Ap + Bp + Cp = Dp ?????\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #501416 by Elomeht(22)![]() ![]() ![]() You can put this solution on YOUR website! The important point to note is that the total weight of the mixture is 200. Start with that.\r \n" ); document.write( "\n" ); document.write( "Since the desired ratio of K/N/P will be 10%/32.5%/57.5%, we know that the total amounts are: \n" ); document.write( "K amount = 0.1 times 200 = 20 \n" ); document.write( "N amount = 0.325 times 200 = 65 \n" ); document.write( "P amount = 0.575 times 200 = 115\r \n" ); document.write( "\n" ); document.write( "Let the amount of each fertilizer be A, B and C respectively.\r \n" ); document.write( "\n" ); document.write( "Then \n" ); document.write( "1. .2A + .1B = 20 \n" ); document.write( "2. .3A + .3B + .4C = 65 \n" ); document.write( "3. .5A +.6B + .6C = 115\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "From 1, A = 100 - .5B\r \n" ); document.write( "\n" ); document.write( "From 2, .3(100 - .5B) + .3B + .4C = 65; 30 -.15B + .3B + .4C = 65; \n" ); document.write( " B = (35 - .4C)/.15\r \n" ); document.write( "\n" ); document.write( "So in 3, .5[100 - .5(35 - .4C)/.15] + .6[(35 -.4C)/.15] + .6C = 115;\r \n" ); document.write( "\n" ); document.write( "50 - .25(35 - .4C)/.15 + 4(35 - .4C) + .6C = 115; \n" ); document.write( "50 - (8.75 - .1C)/.15 + 140 - 1.6C + .6C = 115;\r \n" ); document.write( "\n" ); document.write( "7.5 -8.75 + .1C + 21 - .24C + .09C = 17.25 \n" ); document.write( "2.5 = 0.05C\r \n" ); document.write( "\n" ); document.write( "C = 2.5/0.05 = 50; \n" ); document.write( "B = [35 - (.4 times 50)]/.15 = 15/.15 = 100 \n" ); document.write( "A = 100 - (.5 times 100) = 100 - 50 = 50 \n" ); document.write( " \n" ); document.write( " |