document.write( "Question 720148: 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.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If the relationship between cost and the number of chairs produced is linear, how do I write an equation that expresses this relationship?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #441688 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
it costs 2200 to manufacture 100 chairs in a day.
\n" ); document.write( "it costs 4800 to manufacture 300 chairs in one day.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "since there is a linear relationship, your relationship will be on a straight line.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you want to find the slope of this straight line and you want to find the y-intercept of this straight line.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "to graph this relationship, you will want to show the number of chairs manufactured on the x-axis and the cost on the y-axis.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the slope of your line is equal to the formula:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "slope = (y2 - y1) / (x2 - x1)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "since it costs 2200 to manufacture 100 chairs, assign the value of 100 chairs to x1 and the value of 2200 dollars to y1.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "since it costs 4800 to manufacture 300 chairs, assign the value of 300 chairs to x2 and the value of 4800 dollars to y2.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "now you have the following values that you can use to solve for the slope.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you have:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x1 = 100
\n" ); document.write( "y1 = 2200\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x2 = 300
\n" ); document.write( "y2 = 4800\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you slope formuls of (y2 - y1) / (x2 - x1) becomes:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "slope = (4800 - 2200) / (300 - 100)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this simplifies to:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "slope = 2600 / 200 which simplifies further to 13 / 1 which is equal to 13.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you now have the slope of the equation of your line and all you need is the y-intercept.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this is the value of y when x is equal to 0.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "to find the y-intercept, you can use the point slope form of the equation for a straight line.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the point slope form is:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "y = y1 = m * (x - x1)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(x1,y1) can be any point on the line.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "we'll assign the value of (100,2200) to the point (x1,y1).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this means that:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x1 = 100
\n" ); document.write( "y1 = 2200\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "m is equal to the slope which we have already figured out is equal to 13.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the point slope form of the equation becomes:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "y - 2200 = 13 * (x - 100)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "we solve this equation for y to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "y = 13 * (x - 100) + 2200.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "we simplify this equation to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "y = 13x - 1300 + 2200.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "we simplify this equation further to getr:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "y = 13x + 900.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the equation i now in the slope intercept form of the equation for a straight line.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "that form is y = m*x + b where m is the slope and b is the y-intercept.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "consequently, the slope is equal to 13 and the y-intercept is equal to 900.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the y-intercept is the value of y when the value of x is equal to 0.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "we can graph the equation of y = 13x + 900 as shown below:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"graph%28600%2C600%2C-150%2C350%2C-1100%2C5600%2C13%2Ax%2B900%2C2200%2C4800%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your equation is:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "y = 13x + 900\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you can see from the graph that, when x = 100, y = 2200, and when x = 300, y = 4800.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this agrees with the problem statement, so the graph is accurate which means that the equation is accurate.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "when x = 0, you can also see from the graph that the value of y is equal to 900.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );