document.write( "Question 663776: if i have a acid solution at 5 % concentration and another one at 10% concentration how much of each solution do I need to obtain 50ml at 9% concentration \n" ); document.write( "
Algebra.Com's Answer #412958 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! if i have a acid solution at 5 % concentration and another one at 10% concentration how much of each solution do I need to obtain 50ml at 9% concentration \n" ); document.write( "----------------------- \n" ); document.write( "f = amount of 5% \n" ); document.write( "t = amount of 10% \n" ); document.write( "----- \n" ); document.write( "f + t = 50 (total solution) \n" ); document.write( "5f + 10t = 50*9 (% acid) \n" ); document.write( " |