document.write( "Question 95884: A chemist has one solution that is 40 percent pure glycoside and another solution that is 80 percent pure glycoside. How many pounds of each solution must be used to produce 100 pounds of a solution that is 60 percent glycoside? \n" ); document.write( "
Algebra.Com's Answer #69849 by checkley71(8403)\"\" \"About 
You can put this solution on YOUR website!
.4X+.8(100-X)=.6*100
\n" ); document.write( ".4X+80-.8X=60
\n" ); document.write( "-.4X=60-80
\n" ); document.write( "-.4X=-20
\n" ); document.write( "X=-20/-.4
\n" ); document.write( "X=50 POUNDS OF 40% ARE NEEDED.
\n" ); document.write( "100-50=50 POUNDS OF 80% IS NEEDED.
\n" ); document.write( "PROOF
\n" ); document.write( ".4*50+.8*50=.6*100
\n" ); document.write( "20+40=60
\n" ); document.write( "60=60
\n" ); document.write( "
\n" );