document.write( "Question 883542: I have a bag of zinc powder i have to mix with liquid binder the ratio is 77% liquid to 23% powder. The total bag of powder mixed with liquid makes 20 litres\r
\n" );
document.write( "\n" );
document.write( "I need to mix batches of 2 or maybe 3 litres at a time. How do i calculate. I know i must obviously weigh the whole bag of powder first. Then add the correct weight to the correct liquid? \n" );
document.write( "
Algebra.Com's Answer #533622 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! I have a bag of zinc powder i have to mix with liquid binder the ratio is 77% liquid to 23% powder. \n" ); document.write( " The total bag of powder mixed with liquid makes 20 litres \n" ); document.write( "I need to mix batches of 2 or maybe 3 litres at a time. \n" ); document.write( " How do i calculate. I know i must obviously weigh the whole bag of powder first. \n" ); document.write( ": \n" ); document.write( "The problem here is liters is a volume measurement, so the amt of zinc should be volume also. Instead of weighing the bag of zinc find it's volume by pouring a bag of it in a container that measures it's volume in liters \n" ); document.write( ": \n" ); document.write( "Calculate how many liters of binder are required for one bag to give 23% Zinc \n" ); document.write( ": \n" ); document.write( "let z = vol of the bag of zinc in liters \n" ); document.write( "let b = amt of binder required in liters \n" ); document.write( "An equation based on the percent of zinc \n" ); document.write( ".23(z+b) = z \n" ); document.write( "Solve for b \n" ); document.write( "Divide both sides by .23 \n" ); document.write( "z + b = \n" ); document.write( "b = \n" ); document.write( "b = \n" ); document.write( "b = \n" ); document.write( "b = 3.348z \n" ); document.write( ": \n" ); document.write( " multiply the vol of one bag by 3.35 and add that amt of binder to it. \n" ); document.write( "The total will be the two volumes added together \n" ); document.write( " \n" ); document.write( " |