document.write( "Question 1008023: Cj wants to mix cashew and almonds. Cashews cost 2 dollars per pound and almonds cost 5 dollars per pound. He plans to sell 150 pounds of a mixture. How many pounds of each type of nuts should be mixed if the mixture will cost 3 dollars? \n" ); document.write( "
Algebra.Com's Answer #623913 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Let the amount of cashews be x. Then the amount of almonds will be 150-x. \n" ); document.write( "The set up looks like this \n" ); document.write( "2x + 5(150-x) = 3(150) \n" ); document.write( "2x + 750 - 5x = 450 \n" ); document.write( "-3x + 750 = 450 \n" ); document.write( "-3x = -300 \n" ); document.write( "x = 100 pounds of cashews \n" ); document.write( "150-x = 50 pounds of almonds \n" ); document.write( " |