document.write( "Question 465836: how many pounds of coffee worth 9 dollars a pound should be added to 30 pounds of coffee worth 3 dollars a pound to get a mixture worth 5 dollars a pound? \n" ); document.write( "
Algebra.Com's Answer #319213 by kingme18(98)![]() ![]() You can put this solution on YOUR website! x=number of pounds of $9 coffee\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I'm going to multiply each \"price per pound\" by \"number of pounds\". Note that our final mixture will have 30+x pounds, since we're adding x pounds in.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "$9/pound * x pounds + $3/pound * 30 pounds = $5/pound * (30 + x) pounds\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " |