document.write( "Question 1050875: An auto mechanic has two bottles of battery acid. One contains a 10%
\n" ); document.write( "solution and the other a 4% solution. How many cubic centimeters (cc) of each
\n" ); document.write( "solution must be used to make 120 cubic centimeters of a solution that is 6%
\n" ); document.write( "acid?
\n" ); document.write( "

Algebra.Com's Answer #666500 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
An auto mechanic has two bottles of battery acid. One contains a 10%
\n" ); document.write( "solution and the other a 4% solution. How many cubic centimeters (cc) of each
\n" ); document.write( "solution must be used to make 120 cubic centimeters of a solution that is 6%
\n" ); document.write( "acid?
\n" ); document.write( "===================
\n" ); document.write( "This is a problem many auto mechanics have to solve.
\n" ); document.write( "---
\n" ); document.write( "t = amount of 10%
\n" ); document.write( "f = amount of 4%
\n" ); document.write( "---
\n" ); document.write( "t + f = 120 -- total solution
\n" ); document.write( "10t + 4f = 6*(t + f) -- total acid
\n" ); document.write( "
\n" );