document.write( "Question 873170: - Michael and Kevin return to the candy store, but this time they want to purchase nuts. They can’t decide among peanuts, cashew, or almonds. They again to create a mix. They bought 2.5 pounds of peanuts for $1.30 per pound. 4 pounds of cashews for $4.50 per pound, and 2 pound of almonds for $3.75 per pound. Determine the price per pound of the mix
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #526672 by mananth(16946) You can put this solution on YOUR website! They bought 2.5 pounds of peanuts for $1.30 per pound. 4 pounds of cashews for $4.50 per pound, and 2 pound of almonds for $3.75 per pound.\r \n" ); document.write( "\n" ); document.write( "total value of the nuts bought\r \n" ); document.write( "\n" ); document.write( "2.5*1.3+4*4.5+2*3.75 \n" ); document.write( "= $28.75 \r \n" ); document.write( "\n" ); document.write( "Total weight=10 pounds\r \n" ); document.write( "\n" ); document.write( "price of mix = 28.75/10\r \n" ); document.write( "\n" ); document.write( "=2.88 \r \n" ); document.write( "\n" ); document.write( "$2.88 price of mix \n" ); document.write( " |