document.write( "Question 1056579: A taxidermist has a container with a solution of 10% tanning chemical and a container with a solution of 50% tanning chemical. If the taxidermist wants to mix the solutions to get 10 gallons of the solution with 25% tanning chemical, how many gallons of each solution should be mixed? \n" ); document.write( "
Algebra.Com's Answer #671741 by ikleyn(52788)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "A taxidermist has a container with a solution of 10% tanning chemical and a container with a solution of 50% tanning chemical. \n" ); document.write( "If the taxidermist wants to mix the solutions to get 10 gallons of the solution with 25% tanning chemical, \n" ); document.write( "how many gallons of each solution should be mixed? \n" ); document.write( "~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Solution 1. Two equations\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "Let \"t\" be the volume of the 10% tanning chemical to mix (in gallons), and\r\n" ); document.write( "let \"f\" be the volume of the 50% tanning chemical to mix (in gallons).\r\n" ); document.write( "\r\n" ); document.write( "Then you have these two equations\r\n" ); document.write( "\r\n" ); document.write( " t + f = 10, (1) for the total volume\r\n" ); document.write( "0.1t + 0.5f = 0.25*10 (2) for the pure chemical amount.\r\n" ); document.write( "\r\n" ); document.write( "Multiply (2) by 10. You will get\r\n" ); document.write( "\r\n" ); document.write( " t + f = 10, (1') ( still (1) )\r\n" ); document.write( " t + 5f = 2.5*10 (2') \r\n" ); document.write( "\r\n" ); document.write( "Now distract (1') from (2') (both sides). You will get\r\n" ); document.write( "\r\n" ); document.write( " 5f - f = 25 - 10,\r\n" ); document.write( "\r\n" ); document.write( " 4f = 15 ---> f =\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Solution 2. One equation.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "This equation is\r\n" ); document.write( "\r\n" ); document.write( "0.1t + 0.5*(10-t) = 0.25*10.\r\n" ); document.write( "\r\n" ); document.write( "Simplify and solve for \"t\": t =\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |