document.write( "Question 575774: Deep Thought Granola is 25% nuts and dried fruit. Oat Dream Granola is 10% nuts and dried fruit. How much of Deep Thought and how much of Oat Dream should be mixed to form a 20-lb batch of granola that is 19% nuts and dried fruit?\r
\n" );
document.write( "\n" );
document.write( "*I would like to know how to solve the problem step-by-step please. Thank you in advance. \n" );
document.write( "
Algebra.Com's Answer #369608 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Deep Thought Granola is 25% nuts and dried fruit. Oat Dream Granola is 10% nuts and dried fruit. How much of Deep Thought and how much of Oat Dream should be mixed to form a 20-lb batch of granola that is 19% nuts and dried fruit? \n" ); document.write( "** \n" ); document.write( "let x=lbs of Deep Thought Granola to be mixed \n" ); document.write( "20-x=lbs of Oat Dream Granola to be mixed \n" ); document.write( ".. \n" ); document.write( "25%x+10%(20-x)=19%*20 \n" ); document.write( ".25x+2-.1x=3.8 \n" ); document.write( ".15x=1.8 \n" ); document.write( "x=1.8/.15=12 \n" ); document.write( "20-x=8 \n" ); document.write( "ans: \n" ); document.write( "lbs of Deep Thought Granola to be mixed=12 \n" ); document.write( "lbs of Oat Dream Granola to be mixed=8 \n" ); document.write( " |