document.write( "Question 124567: A dealer mixed some coffee worth $.80 per pound with coffee worth $.50 per pound to make a mixture to be sold for $.70 per pound. If the number of pounds of $.80 coffee was 10 more than the number of pounds of the $.50 coffee, how many pounds of each kind did he use? \n" ); document.write( "
Algebra.Com's Answer #91299 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! .8(x+10)+.5x=.7(2x+10) \n" ); document.write( ".8x+8+.5x=1.4x+7 \n" ); document.write( ".8x+.5x-1.4x=7-8 \n" ); document.write( "-.1x=-1 \n" ); document.write( "x=-1/-.1 \n" ); document.write( "x=10 pounds of $.50 coffee is used. \n" ); document.write( "10+10=20 pounds of $.80 coffee is used. \n" ); document.write( "proof \n" ); document.write( ".8*20+.5*10=.7*30 \n" ); document.write( "16+5=21 \n" ); document.write( "21=21 \n" ); document.write( " \n" ); document.write( " |