document.write( "Question 356192: How many pounds of cashews selling for $8.96 per pound must be mixed with 12 pounds of chocolates selling for $4.48 per pound to create a mixture that sells for $7.28 per pound? \n" ); document.write( "
Algebra.Com's Answer #254255 by mananth(16946)![]() ![]() You can put this solution on YOUR website! How many pounds of cashews selling for $8.96 per pound must be mixed with 12 pounds of chocolates selling for $4.48 per pound to create a mixture that sells for $7.28 per pound? \n" ); document.write( "cashews 8.96 / pound :: let it be x pounds \n" ); document.write( "chocolates 4.48 /pound 12 pounds \n" ); document.write( "mix 7.28 : x+12 pounds \n" ); document.write( "... \n" ); document.write( "8.96x+4.48*12=7.28*(x+12) \n" ); document.write( "8.96x+53.76= 7.28x+87.36 \n" ); document.write( "8.96x-7.28x=87.36-53.76 \n" ); document.write( "1.68x=33.6 \n" ); document.write( "x = 20 pounds of cashews \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |