document.write( "Question 1039989: Hello,\r
\n" );
document.write( "\n" );
document.write( "I need help with the following math problem:\r
\n" );
document.write( "\n" );
document.write( "A liter of liquid contains 1% salt. How many liters of pure water must be added to make the new solution only 0.25% salt?\r
\n" );
document.write( "\n" );
document.write( "I tried solving it by creating an equation: \r
\n" );
document.write( "\n" );
document.write( "Thank you,
\n" );
document.write( "Nicole\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #654759 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A liter of liquid contains 1% salt. How many liters of pure water must be added to make the new solution only 0.25% salt? \n" ); document.write( "---------- \n" ); document.write( "Add W liters of water. \n" ); document.write( "Then \n" ); document.write( "1 liter * 1% + W liter * 0% = (1 + W) liters * 0.25% \n" ); document.write( "1 + 0 = 0.25*(1 + W) = 0.25 + 0.25W \n" ); document.write( "0.25W = 0.75 \n" ); document.write( "W = 3 liters \n" ); document.write( " |