document.write( "Question 796662: Kris mixes plain marshmallows worth 80 cents per gram with flavored marshmallows worth 95 cents per gram to make 120 grams of marshmallows to be sold at 85 cents a gram. How many grams of flavored marshmallows does she use? \n" ); document.write( "
Algebra.Com's Answer #481472 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Kris mixes plain marshmallows worth 80 cents per gram with flavored marshmallows worth 95 cents per gram to make 120 grams of marshmallows to be sold at 85 cents a gram. How many grams of flavored marshmallows does she use? \n" ); document.write( "*** \n" ); document.write( "let x=amount of flavored marshmallows used \n" ); document.write( "120-x=amount of plain marshmallows used \n" ); document.write( ".. \n" ); document.write( ".95x+.80(120-x)=.85*120 \n" ); document.write( ".95x+96-.80x=102 \n" ); document.write( ".15x=102-96=6 \n" ); document.write( "x=40 \n" ); document.write( "amount of flavored marshmallows used=40 grams \n" ); document.write( " |