document.write( "Question 1022082: How many pounds of nuts selling for $9 per lb and raisins selling for $3 per lb should a person combine to obtain 240 lb of a trail mix selling for $5 per lb? \n" ); document.write( "
Algebra.Com's Answer #637777 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Let x be the number of pounds of $9 nuts being sold. Then 240-x would be the number of pounds of raisins being sold. The set up looks like this: \n" ); document.write( "9x + 3(240-x) = 5(240) \n" ); document.write( "9x + 720 - 3x = 1200 \n" ); document.write( "6x + 720 = 1200 \n" ); document.write( "6x = 480 \n" ); document.write( "x = 80 pounds of nuts \n" ); document.write( "which means \n" ); document.write( "240-x = 160 pounds of raisins \n" ); document.write( " |