document.write( "Question 305749: a nut store normally sells cashews for $9.00 per pound and almonds for $3.50 per pound. but at the end of the month the almonds had not sold well, so in order to sell 60 pounds of almonds the manager decided to mix the 60 pounds of of almonds with some cashews and sell the mixture for $7.50per pound. How many pounds of chashews should be mixed with the almonds to ensure no change in the profit? \n" ); document.write( "
Algebra.Com's Answer #218869 by mananth(16946)![]() ![]() You can put this solution on YOUR website! a nut store normally sells cashews for $9.00 per pound and almonds for $3.50 per pound. but at the end of the month the almonds had not sold well, so in order to sell 60 pounds of almonds the manager decided to mix the 60 pounds of of almonds with some cashews and sell the mixture for $7.50per pound. How many pounds of chashews should be mixed with the almonds to ensure no change in the profit?\r \n" ); document.write( "\n" ); document.write( "cashew $ 9 /lb\r \n" ); document.write( "\n" ); document.write( "almonds $ 3.50 / lb\r \n" ); document.write( "\n" ); document.write( "Let cashews mixed be x lbs\r \n" ); document.write( "\n" ); document.write( "almonds mixed is 60 lbs\r \n" ); document.write( "\n" ); document.write( "9x+3.50*60 = 7.5(x+60)\r \n" ); document.write( "\n" ); document.write( "9x+210=7.5x+450\r \n" ); document.write( "\n" ); document.write( "1.5x= 240\r \n" ); document.write( "\n" ); document.write( "x= 240/1.5 = 160 lbs of cashews \n" ); document.write( " |