document.write( "Question 220638: How many pounds of chocolate worth $1.20 a pound must be mixed with 10 pounds of chocolate worth 90 cents a pound to produce a mixture worth $1.00 a pound? \n" ); document.write( "
Algebra.Com's Answer #165765 by likaaka(51)![]() ![]() ![]() You can put this solution on YOUR website! Create a grid to organize the information \n" ); document.write( "Your rows would be $0.90 Chocolate, $1.20 Chocolate, and the Total Chocolate Mix, and your columns would be the Amount of Chocolate in #s and the Total Costs \n" ); document.write( "(This is the best I can do coming up with a grid) \n" ); document.write( "________________amt (#)_________total costs \n" ); document.write( "$0.90_____________10______________9.00 \n" ); document.write( "$1.20______________x______________1.20x \n" ); document.write( "Total Mix_________10+x_____________9+1.2x \n" ); document.write( "Using this grid, you see that 10+x=9+1.2x so solve for x \n" ); document.write( "10+x -x=9+1.2x -x \n" ); document.write( "10=9+.2x \n" ); document.write( "10 -9=9+.2x -9 \n" ); document.write( "1=.2x \n" ); document.write( "1/.2=(.2x)/.2 \n" ); document.write( "x=5, so you need 5lbs of the $1.20 chocolate to produce a mixture worth $1.00 \n" ); document.write( " |