document.write( "Question 984982: A nut store sells cashew for $4.00 per pound and peanuts for $1.50 per pound.
\n" );
document.write( "But at the end of the month , peanuts had not sold well so in order to sell
\n" );
document.write( "70 pounds of peanuts, the manager decided to mixt 70 pounds of peanuts with some cashews and sell the mixture for $3.50 per pound .
\n" );
document.write( "How many pounds of cashews should be mixed with the peanuts to ensure no change in the profit?
\n" );
document.write( "The manager should mix___pounds of c ashews with the peanuts.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #605807 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! x=pounds of cashews \n" ); document.write( "4x=revenue of cashew. \n" ); document.write( "profit will be $105 (70 pounds of peanuts @$1.50 lb) \n" ); document.write( "4x+105=(70+x)(3.50) \n" ); document.write( "4x+105=245+3.50x \n" ); document.write( "0.5x=140 \n" ); document.write( "x=280 pounds of cashews. \n" ); document.write( "check \n" ); document.write( "350 pounds @3.50 per pound is $1225. \n" ); document.write( "280 pounds of cashews are $1120 \n" ); document.write( "70 pounds of peanuts are $105 \n" ); document.write( "That adds to $1225. \n" ); document.write( "This makes sense, because the average price is going to be very close to what cashews sell for, so one would expect more cashews in the mixture. \n" ); document.write( " \n" ); document.write( " |