document.write( "Question 203031: A mixture of 12 liters of Chemical A, 16 liters of chemical B and 26 liters of chemical C
\n" );
document.write( "is required to kill a destructive crop insect. Commercial spray X contains 1, 2, and 2 parts, respectively
\n" );
document.write( "of these chemicals. Commercial spray Y contains only chemical C. Commercial spray Z contains only
\n" );
document.write( "chemical A and B in equal amounts. How much of each type of commercial spray is needed to get the
\n" );
document.write( "desired mixture? \n" );
document.write( "
Algebra.Com's Answer #153167 by Theo(13342)![]() ![]() You can put this solution on YOUR website! ----- \n" ); document.write( "product X contains 1 2 2 parts A B C respectively. \n" ); document.write( "product Y contains 0 0 1 parts A B C respectively. \n" ); document.write( "product Z contains 1 1 0 parts A B C respectively. \n" ); document.write( "----- \n" ); document.write( "you can only buy whole products, so: \n" ); document.write( "let f = number of product X \n" ); document.write( "let g = number of product Y \n" ); document.write( "let h = number of product Z \n" ); document.write( "----- \n" ); document.write( "you will want to buy \n" ); document.write( "f*X + g*Y + h*Z \n" ); document.write( "----- \n" ); document.write( "f*X = f*(1A + 2B + 2C) \n" ); document.write( "g*Y = g*(0A + 0B + 1C) \n" ); document.write( "h*Z = h*(1A + 1B + 0C) \n" ); document.write( "----- \n" ); document.write( "since the total liters of chemical A = 12, then: \n" ); document.write( "f*1 + g*0 + h*1 = 12 which can be written as 1f + 0g + 1h = 12 \n" ); document.write( "since the total liters of chemical B = 16, then: \n" ); document.write( "f*2 + g*0 + h*1 = 16 which can be written as 2f + 0g + 1h = 16 \n" ); document.write( "since the total liters of chemical C = 28, then: \n" ); document.write( "f*2 + g*1 + h*0 = 26 which can be written as 2f + 1g + 0h = 26 \n" ); document.write( "----- \n" ); document.write( "you have a series of equations that need to be solved simultaneously to get the same value for f, g, and h in each. \n" ); document.write( "----- \n" ); document.write( "the equations are: \n" ); document.write( "1f + 0g + 1h = 12 \n" ); document.write( "2f + 0g + 1h = 16 \n" ); document.write( "2f + 1g + 0h = 26 \n" ); document.write( "----- \n" ); document.write( "if You subtract the second equation from the first, You get: \n" ); document.write( "f = 4 \n" ); document.write( "----- \n" ); document.write( "if You substitute f = 4 in either the first or second equation, You get: \n" ); document.write( "h = 8 \n" ); document.write( "You will get the same answer using either one. \n" ); document.write( "----- \n" ); document.write( "if You substitute f = 4 in the third equation, You get: \n" ); document.write( "g = 18 \n" ); document.write( "----- \n" ); document.write( "your answer should be: \n" ); document.write( "f = 4 \n" ); document.write( "g = 18 \n" ); document.write( "h = 8 \n" ); document.write( "----- \n" ); document.write( "To prove this is true, substitute those values in the following product equation. \n" ); document.write( "f*X + g*Y + h*Z \n" ); document.write( "which represents the number of each product you need to buy. \n" ); document.write( "f*X = 4 * (1A + 2B + 2C) = 4A + 8B + 8C \n" ); document.write( "g*Y = 18 * (0A + 0B + 1C) = 18C \n" ); document.write( "h*Z = 8* (1A + 1B + 0C) = 8A + 8B. \n" ); document.write( "----- \n" ); document.write( "the total liters of A is 4 + 8 = 12 \n" ); document.write( "the total liters of B is 8 + 8 = 16 \n" ); document.write( "the total liter of C is 8 + 18 = 26 \n" ); document.write( "----- \n" ); document.write( "since the total liters of chemicals A, B, C check out ok, then You need to buy: \n" ); document.write( "4 packages of product X. \n" ); document.write( "18 packages of product Y. \n" ); document.write( "8 packages of product Z. \n" ); document.write( "under the assumption that the parts of each chemical listed in each product was the liters of each chemical in that product, and not just the ratio, i.e. product Y ratio was 0 0 1 which is interpreted to mean 0 liters of chemical A and 0 liters of chemical B and 1 liter of chemical C are contained in 1 package of product Y for a total of 1 liter. \n" ); document.write( "Similarly product Z is interpreted to contain 1 liter of chemical A and 1 liter of chemical B for a total of 2 liters. \n" ); document.write( "----- \n" ); document.write( " \n" ); document.write( " |