document.write( "Question 190632: how do i solve this problem... Jackie wants to make a mixture of nuts to sell in her store consisting os hazelnuts and cashews.Hazelnuts cost $6.50 per pound and cashews cost $4.50 per pound. If Jackie wants 60 pounds total os mixture and the cost to be $5.10 per pound,how many pounds of each will she need... please help me... \n" ); document.write( "
Algebra.Com's Answer #143165 by mickeysexy13(1)![]() ![]() ![]() You can put this solution on YOUR website! Jackie wants to make a mixture of nuts to sell in her store consisting of hazelnuts and cashews. Hazelnuts cost $6.50 per pound and cashews cost $4.50 per pound. If Jackie wants 60 pounds total of mixture and the cost to be $5.10 per pound, how many pounds of each will she need \n" ); document.write( "------------------------ \n" ); document.write( "c + h = 60 (60 lbs of cashews and hazelnuts) \n" ); document.write( "650h + 450c = 60*510 --> 13h + 9c = 612 (divide by 50) \n" ); document.write( "c = 60-h (from 1st equation) \n" ); document.write( "Sub for c into 2nd equation) \n" ); document.write( "13h + 9(60-h) = 612 \n" ); document.write( "13h + 540 - 9h = 612 \n" ); document.write( "4h = 72 \n" ); document.write( "h = 18 lbs of hazelnuts \n" ); document.write( "c = 42 pounds of cashews \n" ); document.write( " \n" ); document.write( " |