document.write( "Question 961920: At a fast food restaurant, one burger, one order of fries, and one drink cost $5; three burgers, two orders of fries, and two drinks cost $12.50; and two burgers, four orders of fries, and three drinks cost $14. Find the cost of one burger. \n" ); document.write( "
Algebra.Com's Answer #587703 by amarjeeth123(569)![]() ![]() ![]() You can put this solution on YOUR website! Let the cost of one burger be x. \n" ); document.write( "Let the cost of one order of fries be y. \n" ); document.write( "Let the cost of one drink be z. \n" ); document.write( "x+y+z=5...........equation 1 \n" ); document.write( "3x+2y+2z=12.50....equation 2 \n" ); document.write( "2x+4y+3z=14.......equation 3 \n" ); document.write( "Multiplying equation 1 by 2 we get \n" ); document.write( "2x+2y+2z=10.......equation 4 \n" ); document.write( "Subtracting equation 4 from equation 2 we get, \n" ); document.write( "3x+2y+2z-2x-2y-2z=12.5-10 \n" ); document.write( "x=2.5 \n" ); document.write( "The cost of one burger is $2.50. \n" ); document.write( " |