document.write( "Question 553995: \" An alloy containing copper and silver in the ratio 1 : 2 is mixed with another alloy containing copper and silver in the ration 2 : 3. In what ratio must the two alloys be mixed to produce a new alloy containing copper and silver in the ratio 13 : 22? \" \r
\n" );
document.write( "\n" );
document.write( "* I have tried it many times and I still got the answer 5:4 because
\n" );
document.write( "Let x = the # of first alloy units
\n" );
document.write( "Let y = the # of second alloy units\r
\n" );
document.write( "\n" );
document.write( "You need 13 copper, so since the first gives you 1 unit while the second gives you 2, you have
\n" );
document.write( "1x + 2y = 13\r
\n" );
document.write( "\n" );
document.write( "Similarly, you need 22 silver and the first gives you 2 while the second gives you 3, so you have
\n" );
document.write( "2x + 3y = 22\r
\n" );
document.write( "\n" );
document.write( "Solve this system of equations so you get
\n" );
document.write( "x = 13 - 2y
\n" );
document.write( "2 (13 - 2y) + 3y = 22
\n" );
document.write( "26 - 4y + 3y = 22
\n" );
document.write( "- y = -4
\n" );
document.write( "y = 4\r
\n" );
document.write( "\n" );
document.write( "x + 2(4) = 13
\n" );
document.write( "x = 5\r
\n" );
document.write( "\n" );
document.write( "therefore, the ratio will be x:y which is alloy 1: alloy 2, or 5:4
\n" );
document.write( "But still I still I'm wrong , Please help me about this.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #361154 by Theo(13342)![]() ![]() You can put this solution on YOUR website! it took a while but i think i've got it. \n" ); document.write( "i needed to put it into numbers before i could solve it with letters. \n" ); document.write( "here's how i solved it with letters. \n" ); document.write( "when the copper to silver ratio is 1/2, this means that the alloy is 1/3 copper and 2/3 silver. \n" ); document.write( "when the copper to silver ratio is 2/3, this means that the alloy is 2/5 copper and 3/5 silver. \n" ); document.write( "when the copper to silver ratio is 13/22, this means that the alloy is 13/35 copper and 22/35 silver. \n" ); document.write( "----- \n" ); document.write( "let x equal the amount of the first alloy and lety = the amount of the second alloy and let z equal the amount of the final alloy. \n" ); document.write( "you get 2 equations that need to be solved simultaneously. \n" ); document.write( "the first equation is: \n" ); document.write( "x + y = z \n" ); document.write( "the second equation is: \n" ); document.write( "(1/3)x + (2/5)y = (13/35)z \n" ); document.write( "from the first equation, solve for y to get: \n" ); document.write( "y = z - x) \n" ); document.write( "substitute for y in the second equation to get: \n" ); document.write( "(1/3)x + (2/5)(z-x) = (13/35)z \n" ); document.write( "simplify to get: \n" ); document.write( "(1/3)x + (2/5)z - (2/5)x = (13/35)z \n" ); document.write( "multiply both sides of this equation by (3*5*35) to get rid of the denominators to get: \n" ); document.write( "175x + 210z - 210x = 195z \n" ); document.write( "subtract 210z from both sides of this equation to get: \n" ); document.write( "175x - 210x = 195z - 210z \n" ); document.write( "combine like terms to get: \n" ); document.write( "-35x = -15z \n" ); document.write( "substitute (x+y) for z to get: \n" ); document.write( "-35x = -15(x+y) \n" ); document.write( "simplify to get: \n" ); document.write( "-35x = -15x -15y \n" ); document.write( "add 35x and 15y to both sides of this equation to get: \n" ); document.write( "15y = 35x - 15x \n" ); document.write( "simplify to get: \n" ); document.write( "15y = 20x \n" ); document.write( "divide both sides of this equation by 15 to get: \n" ); document.write( "y = 20x/15 \n" ); document.write( "simplify to get: \n" ); document.write( "y = 4x/3 \n" ); document.write( "this is the ratio you are looking for. \n" ); document.write( "let's see if it works. \n" ); document.write( "if x = 3, then y = 4 \n" ); document.write( "you have 3 units of the first solution and 4 unis of the second solution to yield 7 units of the combined solution. \n" ); document.write( "the first solution yields 1 unit of copper and 2 units of silver. \n" ); document.write( "the second solution yields 1.6 units of copper and 2.4 units of silver. \n" ); document.write( "the ratio of copper to silver in the first solution is 1/2. \n" ); document.write( "the ratio of copper in the second solution is 1.6/2.4 = 2/3. \n" ); document.write( "the combined solution yields 1 + 1.6 = 2.6 units of copper and 2 + 2.4 = 4.4 units of silver. \n" ); document.write( "the ratio of copper to silver in the combined solution is 2.6/4.4 = 13/22. \n" ); document.write( "everything checks out so the answer appears to be good. \n" ); document.write( " \n" ); document.write( " |