document.write( "Question 859007: new brand of plant fertilizer is to be made from three different types of chemicals (A, B, C).
\n" ); document.write( "The mixture includes 80% of chemicals A and B.
\n" ); document.write( "Chemical B and C must be in ratio of 3 to 4 by weight.
\n" ); document.write( "How much of each type of chemical is needed to make 600kg of plant fertilizer?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #517539 by Awesom3guy(31)\"\" \"About 
You can put this solution on YOUR website!
Set up a system of three equations with three unknowns.
\n" ); document.write( "new brand of plant fertilizer is to be made from three different types of chemicals (A, B, C).
\n" ); document.write( "A + B + C = 600\r
\n" ); document.write( "\n" ); document.write( "The mixture includes 80% of chemicals A and B.
\n" ); document.write( "A + B = 600*0.8
\n" ); document.write( "A + B = 480\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Chemical B and C must be in ratio of 3 to 4 by weight.
\n" ); document.write( "B = (3/4)C\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now plug in the value of any variable from one equation to the other two, in the place of that variable. Say, from the last equation.
\n" ); document.write( "We will plug in (3/4)C in both the top two equations.\r
\n" ); document.write( "\n" ); document.write( "A + B + C = 600
\n" ); document.write( "A + (3/4)C + C = 600
\n" ); document.write( "A + (7/4/)C = 600\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "A + B = 480
\n" ); document.write( "A + (3/4)C = 480\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now we have the two equations with two variables (B was eliminated):
\n" ); document.write( "A + (7/4)C = 600
\n" ); document.write( "A + (3/4)C = 480\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "From the first equation:
\n" ); document.write( "A = 600 - (7/4)C
\n" ); document.write( "Plug this into the second equation:
\n" ); document.write( "600 - (7/4)C + (3/4)C = 480
\n" ); document.write( "Now we collect like terms and:
\n" ); document.write( "-(4/4)C = -120
\n" ); document.write( "C = 120\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now we have that it takes 120 kg of chemical C for the mixture.
\n" ); document.write( "Next, we solve for A and B.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now you know C, so from the equation:
\n" ); document.write( "B = (3/4)C
\n" ); document.write( "B = 3/4 * 120
\n" ); document.write( "B = 90\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "And finally, solve for A.
\n" ); document.write( "A + B = 480
\n" ); document.write( "A = 480 - B
\n" ); document.write( "A = 480 - 90
\n" ); document.write( "A = 390\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "It takes 390 kg of chemical A, 90 kg of B and 120 kg of C.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "We also want to check.
\n" ); document.write( "They must add to 600.
\n" ); document.write( "390 + 90 + 120 = 600
\n" ); document.write( "A and B together must make 80% of 600.
\n" ); document.write( "(390 + 90)/600 = 0.8
\n" ); document.write( "And B must equal 3/4 of C
\n" ); document.write( "90 * (3/4) = 120.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Great. Hope that helps:)
\n" ); document.write( "
\n" );