document.write( "Question 1182418: A grocery store offers a cheese sampler that includes a pepper cheddar cheese that costs $18 per kilogram and Pennsylvania Jack that costs $8 per kilogram. How many kilograms of each were used to make a 5-kilogram mixture that costs $11.00 per kilogram?
\n" );
document.write( "pepper cheddar
\n" );
document.write( " kg
\n" );
document.write( "Pennsylvania Jack
\n" );
document.write( " kg
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #812438 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The conditions of the problem make for an easy setup of the problem using two variables for the numbers of kilograms of the two kinds of cheese: \n" ); document.write( "x = kg of pepper cheddar \n" ); document.write( "y = kg of Pennsylvania Jack \n" ); document.write( "x+y=5 the total number of kilograms is 5 \n" ); document.write( "18x+8y=55 the total cost of the mixture is $55 (5 kg at $11 per pound) \n" ); document.write( "Given those two equations, the solution from the other tutor uses substitution to solve the problem. \n" ); document.write( "That is a valid method -- but when the two equations are both in Ax+By=C form, I think elimination is much easier. \n" ); document.write( "8x+8y=40 (1st equation, multiplied by 8) \n" ); document.write( "18x+8y=55 \n" ); document.write( "10x=15 (difference between the two equations, eliminating y) \n" ); document.write( "x=1.5 \n" ); document.write( "ANSWER: x=1.5 pounds of pepper cheddar; the other 3.5 pounds of Pennsylvania Jack \n" ); document.write( "And here is a very quick and easy non-algebraic method for solving this or any other 2-part mixture problem. \n" ); document.write( "Look at the three prices on a number line -- 8, 11, and 18 -- and observe/determine/calculate that 11 is 3/10 of the way from 8 to 18. \n" ); document.write( "That means 3/10 of the mixture is the more expensive cheese. \n" ); document.write( "ANSWER: 3/10 of 5 kg, or 1.5 kg, of the pepper cheddar and the other 3.5 kg of Pennsylvania Jack. \n" ); document.write( " \n" ); document.write( " |