document.write( "Question 223264: how many liters of 24% salt solution must be added to 76 liters of 64% salt solution to get a 43% salt solution? \r
\n" );
document.write( "\n" );
document.write( "how do you do this kind of problem??? \n" );
document.write( "
Algebra.Com's Answer #166984 by Alan3354(69443) You can put this solution on YOUR website! how many liters of 24% salt solution must be added to 76 liters of 64% salt solution to get a 43% salt solution? \n" ); document.write( "how do you do this kind of problem??? \n" ); document.write( "----------------- \n" ); document.write( "Add x liters of 24% salt \n" ); document.write( "The total will be x + 76 liters (total solution) \n" ); document.write( "x*0.24 + 76*0.64 = (x+76)*0.43 (total salt) \n" ); document.write( "24x + 76*64 = 43*(x+76) = 43x + 43*76 \n" ); document.write( "24x + 21*76 = 43x \n" ); document.write( "19x = 21*76 \n" ); document.write( "x = 21*4 = 84 liters \n" ); document.write( " \n" ); document.write( " |