document.write( "Question 1194365: A caterer charges $120 to cater a party for 15 people
\n" );
document.write( "and $200 for 25 people. Assume that the cost, y, is a
\n" );
document.write( "linear function of the number of x people. Write an
\n" );
document.write( "equation in slope-intercept form for this function.
\n" );
document.write( "What does the slope represent? How much would a
\n" );
document.write( "party for 40 people cost?
\n" );
document.write( "y = 15x + 120
\n" );
document.write( "y = 8x + 120
\n" );
document.write( "y = 8x
\n" );
document.write( "y = 10x + 80 \n" );
document.write( "
Algebra.Com's Answer #826548 by greenestamps(13198)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The cost goes up by $200-$120 = $80 when the number of people goes up by 25-15 = 10; the slope is 80/10 = 8. So the equation is of the form \n" ); document.write( "y = 8x+b \n" ); document.write( "Use either given data point to find b: \n" ); document.write( "120 = 8(15)+b \n" ); document.write( "120 = 120+b \n" ); document.write( "b = 0 \n" ); document.write( "ANSWER: y = 8x \n" ); document.write( "The slope of 8 means the cost goes up by $8 for each additional person. \n" ); document.write( "The cost for a party for 40 people is 40($8) = $320. \n" ); document.write( " \n" ); document.write( " |