document.write( "Question 607291: There’re three brand of fertilizers A, B, and C. Following is a table of the amount of nitrogen, phosphorus,
\n" ); document.write( "and potassium in a box of each brand (in lb). \r
\n" ); document.write( "\n" ); document.write( "Brand A B C
\n" ); document.write( "N 1 2 2
\n" ); document.write( "P 2 1 2
\n" ); document.write( "K 2 2 1\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "How many boxes of each brand are needed in order to make a mixture that contains 6 lb of nitrogen, 6 lb of phosphorus and 7 lb of potassium?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #382558 by LisaJ(11)\"\" \"About 
You can put this solution on YOUR website!
Set your variables:\r
\n" ); document.write( "\n" ); document.write( "a = boxes of A
\n" ); document.write( "b = boxes of B
\n" ); document.write( "c = boxes of C\r
\n" ); document.write( "\n" ); document.write( "You will get three equations:\r
\n" ); document.write( "\n" ); document.write( "1: For N: a + 2b + 2c = 6
\n" ); document.write( "2: For P: 2a + b + 2c = 6
\n" ); document.write( "3: For K: 2a + 2b + c = 7\r
\n" ); document.write( "\n" ); document.write( "Solve using determinants, if you have studied them. Otherwise solve by elimination of variables:
\n" ); document.write( "Subtract the second equation from the first:
\n" ); document.write( "-a + b = 0
\n" ); document.write( "So a=b.
\n" ); document.write( "..
\n" ); document.write( "Substitute b = a into Eq. 1: 3a + 2c = 6
\n" ); document.write( "Substitute b = a into Eq. 3: 4a + c = 7\r
\n" ); document.write( "\n" ); document.write( "Solve these together for a = 8/3; c = 3/5.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );