document.write( "Question 1145000: Solve using substitution/Addition \r
\n" );
document.write( "\n" );
document.write( "By weight a 10-10-10 fertilizer contains 10.0% nitrogen, 10.0% phosphorus, and 10.0% potash. A 12-0-6
\n" );
document.write( "fertilizer contains 12.0% nitrogen, no phosphorous, and 6.00% potash. A landscaper has three types of
\n" );
document.write( "fertilizer in stock. One is 10-12-15, a second is 10-0-5, and a third is 30-6-15. How much of each must
\n" );
document.write( "be mixed in order to get 400̃ lb of fertilizer that is 16-3-9? \n" );
document.write( "
Algebra.Com's Answer #766183 by Theo(13342)![]() ![]() You can put this solution on YOUR website! your simultaneous equations to solve become:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( ".10x + .10y + .30z = 64 \n" ); document.write( ".12x + 0y + .06z = 12 \n" ); document.write( ".15x + .05y + .15z = 36\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the first equation tells you the total number of pounds of nitrogen you want. \n" ); document.write( "the second equation tells you the total number of pounds of phosphorus you want. \n" ); document.write( "the third equation tells you the total number of pounds of potash you want.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "these are all based on the total number of pounds of fertilizer being equal to 400 pounds.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x is the number of pounds of fertilizer that is 10-12-15. \n" ); document.write( "y is the number of pounds of fertilizer that is 10-0-5. \n" ); document.write( "z is the number of pounds of fertilizer that is 30-6-15.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the total number of pounds of fertilizer that you want is 400. \n" ); document.write( "that is composed of 16% nitrogen = 64 pounds of nitrogen. \n" ); document.write( "that is composed of 3% phosphorus = 12 pounds of phosphorus. \n" ); document.write( "that is composed of 9% potash= 36 pounds of potash.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the 3 equations you want to solve simultaneously are:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( ".10x + .10y + .30z = 64 \n" ); document.write( ".12x + 0y + .06z = 12 \n" ); document.write( ".15x + .05y + .15z = 36\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "take the first 2 equations and eliminate the x variable by multiplying both sides of the first equation by 1.2 and then subtracting the second equation from the first to get: \n" ); document.write( ".12y + .30z = 64.8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "take the second 2 equations and eliminate the x variable by multiplying both sides of second equation by 1.25 and then subtracting the second equation from the third to get: \n" ); document.write( ".05y + .075z = 21\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you now have two equations in y and z.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "they are:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( ".12y + .30z = 64.8 \n" ); document.write( ".05y + .075z = 21\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "eliminate y by multiplying both sides of the second equation by 2.4 and leaving the first equation as is to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( ".12y + .30z = 64.8 \n" ); document.write( ".12y + .18z = 50.4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "subtract the second equation from the first to ge:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( ".12z = 14.4 \n" ); document.write( "solve for z to get: \n" ); document.write( "z = 14.4 /.12 = 120\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "replace z in the second equation to get: \n" ); document.write( ".12y + .30z = 64.8 becomes: \n" ); document.write( ".12y + .30 * 120 = 64.8 which becomes: \n" ); document.write( ".12y + 36 = 64.8 \n" ); document.write( "subtract 36 from both sides of this equation to get: \n" ); document.write( ".12y = 28.8 \n" ); document.write( "solve for y to get: \n" ); document.write( "y = 28.8 / .12 = 240\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you now have: \n" ); document.write( "z = 120 \n" ); document.write( "y = 240\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "go back to the first original equation and replace z with 120 and y with 240 to get:L \n" ); document.write( ".10x + .10y + .30z = 64 becomes: \n" ); document.write( ".10x + .10 * 240 + .30 * 120 = 64 which becomes: \n" ); document.write( ".10x + 24 + 36 = 64 \n" ); document.write( "combine like terms to get: \n" ); document.write( ".10x + 60 = 64 \n" ); document.write( "subtract 60 from both sides of this equation to get: \n" ); document.write( ".10x = 4 \n" ); document.write( "solve for x to get: \n" ); document.write( "x = 4 / .10 = 40\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your solution is that: \n" ); document.write( "x = 40 \n" ); document.write( "y = 240 \n" ); document.write( "z = 120\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you will need:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "40 pounds of fertilizer that is 10-12-15. \n" ); document.write( "240 pounds of fertilizer that is 10-0-5. \n" ); document.write( "120 pounds of fertilizer that is 30-6-15.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "total pounds of fertilizer is equal to 40 + 240 + 120 = 400 \n" ); document.write( "total pounds of nitrogen is .10 * 40 + .10 * 240 + .30 * 120 = 64 \n" ); document.write( "total pounds of phosphorus is .12 * 40 + 0 * 240 + .06 * 120 = 12 \n" ); document.write( "total pounds of potash is .15 * 40 + .05 * 240 + .15 * 120 = 36\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |