document.write( "Question 615077: Jorge has four liters of 30% acid solution. How much water should he add to make a 25% acid solution \n" ); document.write( "
Algebra.Com's Answer #386921 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Jorge has four liters of 30% acid solution. How much water should he add to make a 25% acid solution \n" ); document.write( "let x=liters of water to be added \n" ); document.write( "30%*4+0%x=25%(x+4) \n" ); document.write( "1.2=.25x+1 \n" ); document.write( ".25x=.2 \n" ); document.write( "x=.2/.25=.8 \n" ); document.write( "ans: \n" ); document.write( "liters of water to be added=0.8 \n" ); document.write( " \n" ); document.write( " |