document.write( "Question 1085559: The manager of a furniture factory finds that it costs $2200 to manufacture 100 chairs in one day and $4800 to produce 300 chairs in one day.
\n" );
document.write( "
\n" );
document.write( "(a) Assuming that the relationship between cost and the number of chairs produced is linear, find an equation that expresses this relationship.
\n" );
document.write( "(b) What is the slope of the line in part (a) and what does it represent (in words)?
\n" );
document.write( "(c) What is the y-intercept of this line and what does it represent (in words)? \n" );
document.write( "
Algebra.Com's Answer #699738 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! Let fixed costs be a constant, c. Then: \n" ); document.write( "2200=c+100x \n" ); document.write( "4800=c+300x \n" ); document.write( "200x=2600 \n" ); document.write( "x=13 \n" ); document.write( "c=900 \n" ); document.write( "So: \n" ); document.write( "y=13x+900 \n" ); document.write( "The slope is 1/13, and represents the variable costs of making furniture \n" ); document.write( "The y-intercept at x=0 represents your fixed costs. \n" ); document.write( " |