document.write( "Question 497429: how much water must be added to 300 litre of a solution so that its concentration may change from 25% to 20%
\n" );
document.write( "% \n" );
document.write( "
Algebra.Com's Answer #336727 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! how much water must be added to 300 litre of a solution so that its concentration may change from 25% to 20% \n" ); document.write( "** \n" ); document.write( "let x=litres of water which must be added \n" ); document.write( "25%*300=20%(300+x) \n" ); document.write( "75=60+.2x \n" ); document.write( ".2x=15 \n" ); document.write( "x=75 \n" ); document.write( "Ans: \n" ); document.write( "75 litres must be added to 300 litres of the 25% solution \n" ); document.write( " |