document.write( "Question 290177: I have 2 problems, hear they are.
\n" );
document.write( "A gallon of vinegar is labelled 5% acidity. How many fluid Ounces of pure acid must be added to get 6% acidity?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #209986 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A gallon of vinegar is labled 5% acidity. How many fluid Ounces of pure acid must be added to get 6% acidity? \n" ); document.write( "-------------------------- \n" ); document.write( "acid + acid = acid \n" ); document.write( "0.5*1 + 1*x = 0.6(1+x) \n" ); document.write( "0.5 + x = 0.6 + 0.6x \n" ); document.write( "0.4x = 0.1 \n" ); document.write( "x = 1/4 gallon (amount of pure acid needed in the mixture) \n" ); document.write( "======================\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "A 12% saline solution is to be deluted with water to obtain 20 oz. of a 10% solution. How much water is needed? \n" ); document.write( "saline + saline = saline \n" ); document.write( "0.12x + 0*(20-x)= 0.10*20 \n" ); document.write( "0.12x = 2 \n" ); document.write( "x = 16 2/3 \n" ); document.write( "water = 20-16 2/3 = 3 1/3 oz (amount of water needed for the mixture) \n" ); document.write( "======================================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |