document.write( "Question 190222This question is from textbook 
\n" );
document.write( ":  Pepperidge Farm Goldfish is a snack food for which 40% of its calories come from fat. Rold Gold Pretzels recieve 9% of their calories from fat. How many grams of each would be needed to make 620g of a snack mix for which 15% of the calories are from fat?  \n" );
document.write( "
| Algebra.Com's Answer #142756 by nerdybill(7384)     You can put this solution on YOUR website! . \n" ); document.write( "Let x = grams of goldfish \n" ); document.write( "the \n" ); document.write( "620-x = grams of roll gold \n" ); document.write( ". \n" ); document.write( ".40x + .09(620-x) = .15(620) \n" ); document.write( ".40x + 55.8 - .09x = 93 \n" ); document.write( ".40x + 55.8 - .09x = 93 \n" ); document.write( ".31x + 55.8 = 93 \n" ); document.write( ".31x = 37.2 \n" ); document.write( "x = 120 grams of goldfish \n" ); document.write( ". \n" ); document.write( "roll gold: \n" ); document.write( "620-x = 620-120 = 500 grams of roll gold \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |