document.write( "Question 1043739: if you have 16 milliliters of a 24% glucose solution, how much of a 50% glucose solution must be added to this solution to get a final mixture with a glucose concentration of 35%? \n" ); document.write( "
Algebra.Com's Answer #658901 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! if you have 16 milliliters of a 24% glucose solution, how much of a 50% glucose solution must be added to this solution to get a final mixture with a glucose concentration of 35%? \n" ); document.write( ": \n" ); document.write( "let x = amt of 50% solution required \n" ); document.write( ": \n" ); document.write( ".24(16) + .50x = .35(x+16) \n" ); document.write( "3.84 + .5x = .35x + 5.6 \n" ); document.write( ".5x - .35x = 5.6 - 3.84 \n" ); document.write( ".15x = 1.76 \n" ); document.write( "x = 1.76/.15 \n" ); document.write( "x = 11.73 liter of 50% solution required \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |