document.write( "Question 993666: The store manager decides to make 40lbs of blend of coffees that he plans to sell for 10 dollars a lb. He mixes some coffee that sells for 9 dollars a lb with coffee that sells for 12 dollars a lb. How much of each should he use? (Hint- one coffee is x and the other coffee of the rest of the mixture so use 40 - x for the amount)\r
\n" );
document.write( "\n" );
document.write( "I already calculated that 40 lbs of coffee costing 10 dollars a lb would be 400 dollars. Now I need help on how to calculate how many pounds adding up to 40lbs. I would use of each that would bring me to 400 dollars total.
\n" );
document.write( "Thank you! \n" );
document.write( "
Algebra.Com's Answer #612893 by Theo(13342)![]() ![]() You can put this solution on YOUR website! x is the amount of coffee at 9 dollars a pound. \n" ); document.write( "y is the amount of coffee at 12 dollars a pound.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you have two equations:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + y = 40\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "9x + 12y = 400\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve these equations simultaneously, and you will get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = 26.67 \n" ); document.write( "y = 12.33\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + y = 40 becomes 26.67 + 13.33 = 40\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "9x + 12y = 400 becomes 9 * 26.67 + 12 * 13.33 which becomes 240.03 + 159.96 which becomes 299.99.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the difference from 400 is due to rounding.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "26.67 is really 26.6666666666666........\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "13.33 is really 13.333333333333333........\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "to get this solution, you need to be able to solve the system of equations simultaneously.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "here's a reference on how to do that.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "http://www.regentsprep.org/regents/math/algebra/ae3/indexAE3.htm\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "i'll use elimination method.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your two equations are:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + y = 40 \n" ); document.write( "9x + 12y = 400\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "multiply both sides of the first equation by 9 to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "9x + 9y = 360 \n" ); document.write( "9x + 12y = 400\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "subtract the first equation from the second equation to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3y = 40\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "divide both sides of this equation by 3 to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y = 13.33..... \n" ); document.write( "this rounds to 13.33\r \n" ); document.write( "\n" ); document.write( "use that value of y to solve for x in either equation to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = 26.66..... \n" ); document.write( "this rounds to 26.67\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |