document.write( "Question 655092: dried fruit sells for .60 per oz. and nuts sell for .50 per oz.
\n" );
document.write( "the store wants to make 20 oz. of mixture that sells for .54 per oz.
\n" );
document.write( "how many ounces of dried fruit and nuts should they mix? \n" );
document.write( "
Algebra.Com's Answer #408948 by checkley79(3341)![]() ![]() ![]() You can put this solution on YOUR website! .60x+.50(20-x)=.54*20 \n" ); document.write( ".60x+10-.50x=10.8 \n" ); document.write( ".10x=10.8-10 \n" ); document.write( ".10x=.8 \n" ); document.write( "x=.8/.10 \n" ); document.write( "x=8 0z. of dried fruit is used. \n" ); document.write( "20-8=12 oz. of nuts are used. \n" ); document.write( "Proof: \n" ); document.write( ".60*8+.50*12=10.8 \n" ); document.write( "4.8+6=10.8 \n" ); document.write( "10.8=10.8 \n" ); document.write( " |