document.write( "Question 1027852: mixing a given quantity of 30% silver alloy with a quantity of 90% silver yields 200 units of a 54% silver alloy. How many units of each alloy were used \n" ); document.write( "
Algebra.Com's Answer #643050 by ikleyn(52786)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "mixing a given quantity of 30% silver alloy with a quantity of 90% silver yields 200 units of a 54% silver alloy. \n" ); document.write( "How many units of each alloy were used? \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "Let x = a mass of the 30% silver alloy used, and \r\n" ); document.write( " y = a mass of the 90% silver alloy used.\r\n" ); document.write( "\r\n" ); document.write( "Then the total mass equation is \r\n" ); document.write( "\r\n" ); document.write( "x + y = 200,\r\n" ); document.write( "\r\n" ); document.write( "and the \"pure silver\" mass equation is\r\n" ); document.write( "\r\n" ); document.write( "0.3x + 0.9y = 0.54*200.\r\n" ); document.write( "\r\n" ); document.write( "Simplify these equations and collect them into a system of equations\r\n" ); document.write( "\r\n" ); document.write( "x + y = 200, (1)\r\n" ); document.write( "0.3x + 0.9y = 108. (2)\r\n" ); document.write( "\r\n" ); document.write( "To solve it, express x = 200 - y from (1) and substitute it into (2). You will get a single equation for y:\r\n" ); document.write( "\r\n" ); document.write( "0.3*(200 - y) + 0.9y = 108,\r\n" ); document.write( "\r\n" ); document.write( "60 - 0.3y + 0.9y = 108,\r\n" ); document.write( "\r\n" ); document.write( "0.6y = 108 - 60 ---> 0.6y = 48 ---> y = \n" ); document.write( " \n" ); document.write( " |