document.write( "Question 1029850: A plain hamburger requires one ground beef patty and a bun. A cheeseburger requires one ground beef patty, one slice of cheese, and a bun. A double cheeseburger requires two ground beef patties, two slices of cheese, and a bun. \r
\n" );
document.write( "\n" );
document.write( " Frozen hamburger patties are typically sold in packs of 12; hamburger buns, in packs of 8; and cheese slices, in packs of 24. \r
\n" );
document.write( "\n" );
document.write( " A family is in charge of providing burgers for a neighborhood block party. They have purchased 14 packs of buns, 12 packs of hamburger patties, and 3 packs of cheese slices. How many of each type of sandwich should they make if they want to use up all of the buns, patties, and cheese slices?\r
\n" );
document.write( "\n" );
document.write( "plain hamburgers _____
\n" );
document.write( "cheeseburgers ______
\n" );
document.write( "double cheeseburgers ______
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #644903 by KMST(5328)![]() ![]() You can put this solution on YOUR website! We start by giving variable names that will work as placeholders for the values we need to find: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "(Some people like to use \n" ); document.write( "but I like variable names that remind of their meaning). \n" ); document.write( " \n" ); document.write( "All the burgers require \n" ); document.write( "so \n" ); document.write( "and \n" ); document.write( "That gives us the equation \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "The plain burgers, and the cheeseburgers require one patty each, \n" ); document.write( "but each double cheeseburger required 2 patties, \n" ); document.write( "so the number of frozen hamburger patties required is \n" ); document.write( " \n" ); document.write( "and \n" ); document.write( "That gives us the equation \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "A plain hamburger requires no cheese, \n" ); document.write( "while a cheeseburger requires one slice of cheese, \n" ); document.write( "and a double cheeseburger required 2 slices, \n" ); document.write( "so \n" ); document.write( "There area \n" ); document.write( "and that gives us the equation \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "The three equation form the easy system of linear equations \n" ); document.write( " \n" ); document.write( "Subtracting the first equation from the second, we get \n" ); document.write( " \n" ); document.write( "Substituting that value in the third equation we get \n" ); document.write( " \n" ); document.write( "Substituting the values found for \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "plain hamburgers 72 \n" ); document.write( "cheeseburgers 8 \n" ); document.write( "double cheeseburgers 32. \n" ); document.write( " |