document.write( "Question 1054393: two banquet halls are considered for a wedding reception. hall A charges s fixed cost of $6000 plus $125 per guest. hall B charges a fixed cost of $7500 plus $100 per guest. using the system of linear equations, find out when the two halls are the same cost \n" ); document.write( "
Algebra.Com's Answer #669625 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! guests=x \n" ); document.write( "cost for A=125x+6000 \n" ); document.write( "cost for B=100x+7500 \n" ); document.write( "When the costs are equal, the equations are equal \n" ); document.write( "125x+6000=100x+7500 \n" ); document.write( "25x=1500 \n" ); document.write( "x=60 guests--at that number the costs will be identical, and they will be $13,500. \n" ); document.write( "A will be 125(60)+6000=$13,500 \n" ); document.write( "B will be 100(60)+7500=$13,500 \n" ); document.write( " |