document.write( "Question 185116: Candy sells for $1.30 per lb is to be mixed with candy selling for $0.90 per lb to get 100 lb of a mix that will sell for $1 per lb. How much of each type should be used? \n" ); document.write( "
Algebra.Com's Answer #138880 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let x be the number of lbs selling for 1.30. 100-x lbs selling for .90 \n" ); document.write( "100 lbs selling for $1/lb costs $100. \n" ); document.write( ". \n" ); document.write( "1.3x+.9(100-x)=100 \n" ); document.write( "1.3x+90-.9x=100 \n" ); document.write( "0.4x=10 \n" ); document.write( "x=25 lbs \n" ); document.write( "75 lbs selling for .90 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |