document.write( "Question 947865: At Ben Again's restaurant, one table ordered three burgers and two orders of fries for $9.00. Another table had two burgers and four orders of fries. Their order cost $10.00. How much did each item sell for? \n" ); document.write( "
Algebra.Com's Answer #578460 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! At Ben Again's restaurant, one table ordered three burgers and two orders of fries for $9.00. Another table had two burgers and four orders of fries. Their order cost $10.00. How much did each item sell for? \n" ); document.write( "*** \n" ); document.write( "let x=price of burgers \n" ); document.write( "let y=price of fries \n" ); document.write( ".. \n" ); document.write( "3x+2y=9 \n" ); document.write( "2x+4y=10 \n" ); document.write( ".. \n" ); document.write( "6x+4y=18 (mult. eq. by2) \n" ); document.write( "2x+4y=10 \n" ); document.write( "subtract: \n" ); document.write( "4x=8 \n" ); document.write( "x=2 \n" ); document.write( "2y=9-3x \n" ); document.write( "2y=3 \n" ); document.write( "y=3/2=1.5 \n" ); document.write( "price of burgers=$2.00 each \n" ); document.write( "price of fries=$1.50 each \n" ); document.write( " |