document.write( "Question 662912: How would I set up the following problem to find the answer?\r
\n" );
document.write( "\n" );
document.write( "How many pounds of M&M's containing 50% red M&M's would we have to mix with 5 pounds of M&M's containing only 25% red M&M's to obtain a final mix that contains 40% red M&M's? \n" );
document.write( "
Algebra.Com's Answer #412552 by stanbon(75887) ![]() You can put this solution on YOUR website! How many pounds of M&M's containing 50% red M&M's would we have to mix with 5 pounds of M&M's containing only 25% red M&M's to obtain a final mix that contains 40% red M&M's? \n" ); document.write( "----- \n" ); document.write( "Equation: \n" ); document.write( "red + red = red \n" ); document.write( "---- \n" ); document.write( "0.50x + 0.25*5 = 0.40(x+5) \n" ); document.write( "----- \n" ); document.write( "50x + 25*5 = 40*x + 40*5 \n" ); document.write( "----- \n" ); document.write( "10x = 15*5 \n" ); document.write( "x = 7.5 lbs (amt. of 50% M&M's needed) \n" ); document.write( "---- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |