document.write( "Question 99303: A nut mixture consists of almonds and cashews. Almonds are $4.98 per pound, and cashews are $6.98 per pound. How many pounds of each type of nut should be mixed to produce a 16 pounds selling for $5.73 per pound. \n" ); document.write( "
Algebra.Com's Answer #72242 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let x=lbs of almonds \n" ); document.write( "16-x=lbs of cashews \n" ); document.write( "4.98x+6.98(16-x)=5.73*16 \n" ); document.write( "4.98x+111.68-6.98x=91.68 \n" ); document.write( "-2x+111.68=91.68add 2x and subtract 91.68 from each side: 2x=20 \n" ); document.write( "divide 2 into each side: x=10 \n" ); document.write( "Check: \n" ); document.write( "(4.98*10)+111.68-69.8=91.68 \n" ); document.write( "49.8+111.68-69.8=91.6 \n" ); document.write( "91.68=91.68 \n" ); document.write( "Ed \n" ); document.write( " |