\n" );
document.write( "25 ml of solution is at 50%. That means that it contains 50% of the solute e.g.
\n" );
document.write( "let us assume it is alcohol.
\n" );
document.write( "I.e. in a 50% solution of 25 ml, volume of alcohol = 25*50% = 25 * 0.5 = 12.5 ml
\n" );
document.write( "Now the question, if you had the same volume of alcohol, i.e. 12.5 ml, what is
\n" );
document.write( "the total volume of the mixture to make it a 30% solution.
\n" );
document.write( "If the 30% solution mixture has a volume of x ml, and 12.5 ml of it is alcohol,
\n" );
document.write( "then it means that:
\n" );
document.write( "x * 30% = x * 0.3 = 12.5
\n" );
document.write( "x = 12.5/0.3 = 41.67 ml approximately.
\n" );
document.write( "So to get the same amount of alcohol, you have to use 41.67 ml of a 30% solution.
\n" );
document.write( "Hope you got it :)
\n" );
document.write( "
\n" );
document.write( "