document.write( "Question 951263: By weight, one fertilizer is 10% potassium, 40% nitrogen, and 50% phosphorus. A second fertilizer has percents of 10, 30, 60, respectively, and a third has percents of 0, 20, 80, respectively. How much of each must be mixed to get 200 pounds with 8, 31, 61 percent? \n" ); document.write( "
Algebra.Com's Answer #580878 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
By weight, one fertilizer is 10% potassium, 40% nitrogen, and 50% phosphorus.
\n" ); document.write( " A second fertilizer has percents of 10, 30, 60, respectively,
\n" ); document.write( " and a third has percents of 0, 20, 80, respectively.
\n" ); document.write( " How much of each must be mixed to get 200 pounds with 8, 31, 61 percent?
\n" ); document.write( ":
\n" ); document.write( "let a = amt of 1st fertilizer
\n" ); document.write( "let b = amt of 2nd fertilizer
\n" ); document.write( "let c = amt of third fertilizer
\n" ); document.write( "we know
\n" ); document.write( "a + b + c = 200; the total amt equation
\n" ); document.write( "and
\n" ); document.write( "Write an equation for each substance using decimals for percent
\n" ); document.write( ".10a + .10b + 0c = .08(200); potassium
\n" ); document.write( ".40a + .30b + .20c= .31(200); nitrogen
\n" ); document.write( ".50a + .60b + .80c = .61(200); phosphorus
\n" ); document.write( ":
\n" ); document.write( ".10a + .10b + 0c = 16
\n" ); document.write( ".40a + .30b + .20c = 62
\n" ); document.write( ".50a + .60b + .80c = 122
\n" ); document.write( ":
\n" ); document.write( "Multiply the 1st substance equation by 10, subtract from the total amt equation
\n" ); document.write( "a + b + c = 200
\n" ); document.write( "a + b + 0 = 160
\n" ); document.write( "-----------------Subtraction eliminate a and b, find c
\n" ); document.write( "0 + 0 + c = 40 lb of phosphorus
\n" ); document.write( ":
\n" ); document.write( "using the 2nd and 3rs substance equations, replace c with 40
\n" ); document.write( ".40a + .30b + .20(40) = 62
\n" ); document.write( ".50a + .60b + .80(40) = 122
\n" ); document.write( ":
\n" ); document.write( ".40a + .30b + 8 = 62
\n" ); document.write( ".50a + .60b + 32 = 122
\n" ); document.write( ":
\n" ); document.write( ".40a + .30b = 54
\n" ); document.write( ".50a + .60b = 90
\n" ); document.write( ":
\n" ); document.write( "multiply the 1st \"two unknown\" equation by 2 subtract the 2nd
\n" ); document.write( ".80a + .60b = 108
\n" ); document.write( ".50a + .60b = 90
\n" ); document.write( "--------------------subtraction eliminates b find a
\n" ); document.write( ".30a + 0 = 18
\n" ); document.write( "a = 18/.3
\n" ); document.write( "a = 60 lb of potassium
\n" ); document.write( ":
\n" ); document.write( "Find b (nitrogen)
\n" ); document.write( "200 - 40 - 60 = 100 lb of nitrogen
\n" ); document.write( ":
\n" ); document.write( "\"How much of each must be mixed to get 200 pounds with 8, 31, 61 percent?
\n" ); document.write( "60, 100, 40
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "You can check this for yourself in one of the substance equations
\n" ); document.write( ".50(60) + .60(100) + .80(40) = .61(200); phosphorus
\n" ); document.write( "
\n" ); document.write( "
\n" );