document.write( "Question 366644: How many gallons of pure water must be added to 10 gallons of 30% saltwater to make a solution that is 25% saltwater?\" \n" ); document.write( "
Algebra.Com's Answer #261294 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
let x = # gallons pure water that must be added. Then
\n" ); document.write( "10*0.30 + x*0.00 = (10 + x)0.25,
\n" ); document.write( "3 = 2.5 + 0.25x,
\n" ); document.write( "0.5 = 0.25x
\n" ); document.write( "x = 2 gallons of water must be added.\r
\n" ); document.write( "\n" ); document.write( "***Note: x*0.00 denotes the weight contribution of the water to the salt content of the newly mixed solution. x is in gallons, and its salt concentration is 0.00 weight units per gallon, so that x*0.00 is in weight units.***
\n" ); document.write( "
\n" );