document.write( "Question 177685This question is from textbook College Algebra
\n" );
document.write( ": How water must Poison Ivy add to a 4 liter solution that contains 5% extract of baneberry to get a solution that contains 3% extract of baneberry? \n" );
document.write( "
Algebra.Com's Answer #132698 by gonzo(654)![]() ![]() ![]() You can put this solution on YOUR website! 4 liters of 5% solution of poison ivy contains 95% water = .95*4 = 3.8 litres of water. \n" ); document.write( "you want to know how much water must you add to make 3% solution of poison ivy. \n" ); document.write( "a 3% solution of poison ivy would contain 97% water. \n" ); document.write( "let x = amount of water you need to add. \n" ); document.write( "your equation becomes: \n" ); document.write( "(.95 * 4) + x = .97 * (x + 4) \n" ); document.write( "this becomes: \n" ); document.write( "3.8 + x = (.97 * x) + (.97 * 4) \n" ); document.write( "this becomes: \n" ); document.write( "3.8 + x = .97 * x + 3.88 \n" ); document.write( "subtract .97 * x from both sides and subtract 3.8 from both sides and the equation becomes: \n" ); document.write( "x - .97*x = 3.88 - 3.8 \n" ); document.write( "which becomes: \n" ); document.write( ".03*x = .08 \n" ); document.write( "divide both sides by .03 and it becomes: \n" ); document.write( "x = .08/.03 = 2.66666666666667 \n" ); document.write( "--- \n" ); document.write( "you have to add 2.666666666667 liters of water to the original solution. \n" ); document.write( "4 litres + 2.66666666667 = 6.666666666667 \n" ); document.write( "your new solution has a total of 6.6666666667 litres. \n" ); document.write( "the amount of poison ivy in this new solution stayed the same (you didn't add any more). \n" ); document.write( "that amound was .05 * 4 = .2 litres of poison ivy. \n" ); document.write( ".2 / 6.6666666666667 = .03 * 100% = 3% poison ivy in the solution making it a 3% solution. \n" ); document.write( "--- \n" ); document.write( " |