document.write( "Question 88247: A gourmet food shop mixes nuts selling at $16/lb with fruit selling at $3/lb. They want a mixture of 7lbs to sell at $12/lb. How many pounds of each should they use? \n" ); document.write( "
Algebra.Com's Answer #64274 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A gourmet food shop mixes nuts selling at $16/lb with fruit selling at $3/lb. They want a mixture of 7lbs to sell at $12/lb. How many pounds of each should they use? \n" ); document.write( ": \n" ); document.write( "Let x = amt of $16/lb nuts required \n" ); document.write( ": \n" ); document.write( "The resulting mixture is given as 7 lbs \n" ); document.write( "Therefore: \n" ); document.write( "(7 - x) = amt of $3/lb fruit \n" ); document.write( ": \n" ); document.write( "A simple equation: \n" ); document.write( "16x + 3(7-x) = 12(7) \n" ); document.write( "16x + 21 - 3x = 84 \n" ); document.write( "16x - 3x = 84 - 21 \n" ); document.write( "13x = 63 \n" ); document.write( "x = 63/13 \n" ); document.write( "x = 4.846 lb of nuts required \n" ); document.write( ": \n" ); document.write( "7 - 4.846 = 2.154 lb of fruit required \n" ); document.write( ": \n" ); document.write( "Check solution in original equation: \n" ); document.write( "16(4.846) + 3(2.154) = \n" ); document.write( " 77.536 + 6.462 = 83.998 ~ 84\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |