document.write( "Question 1075105: A merchant wants to mix the peanuts with the cashews shown in the illustration to get 48 pounds of mixed nuts to sell at $4.00 per pound. How many pounds of each should the merchant use. Peanuts $3.00/lb. Cashews $6.00/lb. \n" ); document.write( "
Algebra.Com's Answer #689789 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! Let n be the amount of cashews in the mix. Then peanuts would be 48-n. So: \n" ); document.write( "6n+3(48-n)=48(4) \n" ); document.write( "3n=48 \n" ); document.write( "n=16 \n" ); document.write( "The merchant needs 16 lbs. of cashews and 32 lbs of peanuts for his mix. ☺☺☺☺ \n" ); document.write( " |