document.write( "Question 116746: How many pounds of hamburger that costs $1.10 per pound must be mixed with 50 pounds of hamburger that costs $1.80 per pound to make a mixure that costs $1.30 per pound. \r
\n" );
document.write( "\n" );
document.write( "I can get the answer by working it out but can't get the correct equation down on paper. \n" );
document.write( "
Algebra.Com's Answer #84883 by bucky(2189)![]() ![]() ![]() You can put this solution on YOUR website! Let x be the unknown number of pounds of meat at $1.10 per pound that will be added to the \n" ); document.write( "mix. \n" ); document.write( ". \n" ); document.write( "The net worth of this meat will be the cost per pound times the number of pounds to be added. \n" ); document.write( "So the total cost of this meat will be 1.10*x. \n" ); document.write( ". \n" ); document.write( "For the other meat in the mix you have 50 pounds and it is priced at $1.80 per pound. So \n" ); document.write( "this meat is worth 50 pounds times $1.80 per pound or 90 dollars. \n" ); document.write( ". \n" ); document.write( "The total amount of meat in the mix will be the total of x pounds plus 50 pounds ... an amount \n" ); document.write( "equal to (50 + x) pounds. Since this meat is to be worth $1.30 per pound, the dollar amount \n" ); document.write( "of the mixed meat will be its weight (50 + x pounds) times $1.30 per pound. \n" ); document.write( ". \n" ); document.write( "Now we can write a cash based equation. The dollar amount of the $1.10 meat plus the dollar \n" ); document.write( "amount of the $1.80 meat must equal the dollar amount of the mixed meat. In equation form \n" ); document.write( "this is: \n" ); document.write( ". \n" ); document.write( "1.10*x + 50*1.80 = (50 + x)* 1.30 \n" ); document.write( ". \n" ); document.write( "Multiplying 50*1.8 gives 90 and this makes the equation become: \n" ); document.write( ". \n" ); document.write( "1.10x + 90 = (50 + x)*1.30 \n" ); document.write( ". \n" ); document.write( "Doing the distributed multiplication on the right side makes the equation: \n" ); document.write( ". \n" ); document.write( "1.10x + 90 = 50*1.30 + 1.30x \n" ); document.write( ". \n" ); document.write( "and 50 times 1.30 equals 65 which makes the equation: \n" ); document.write( ". \n" ); document.write( "1.10x + 90 = 65 + 1.30x \n" ); document.write( ". \n" ); document.write( "Get rid of the 90 on the left side by subtracting 90 from both sides: \n" ); document.write( ". \n" ); document.write( "1.10x = -25 +1.30x \n" ); document.write( ". \n" ); document.write( "Get rid of the 1.30x on the right side by subtracting 1.30x from both sides: \n" ); document.write( ". \n" ); document.write( "-0.2x = -25 \n" ); document.write( ". \n" ); document.write( "Solve for x by dividing both sides by -0.2 and you get: \n" ); document.write( ". \n" ); document.write( "x = 125 \n" ); document.write( ". \n" ); document.write( "This tells you that you add 125 pounds of meat that costs $1.10 per pound to 50 pounds of \n" ); document.write( "meat that costs $1.80 per pound and you get 175 pounds (50 + 125) of meat that is worth $1.30 \n" ); document.write( "per pound. \n" ); document.write( ". \n" ); document.write( "Check: 125 pounds of meat at $1.10 per pound is 125*1.10 = $137.50. And 50 pounds of meat \n" ); document.write( "at $1.80 per pound is the $90 that we previously found. So the two groups of meat are worth \n" ); document.write( "a total of $137.50 + $90.00 = $227.50. \n" ); document.write( ". \n" ); document.write( "This makes 175 pounds of meat that is intended to be sold for $1.30 per pound. 175 times 1.30 = $227.50 \n" ); document.write( ". \n" ); document.write( "So the mixed meat is worth the same as the sum of the two individual amounts of meat ... the \n" ); document.write( "answer checks. And the answer is 125 pounds of meat worth $1.10 per pound. \n" ); document.write( ". \n" ); document.write( "Hope this helps you to understand the problem. \n" ); document.write( ". \n" ); document.write( " |