document.write( "Question 120653: Business and finance. In planning for a new item, a manufacturer assumes that
\n" ); document.write( "the number of items produced x and the cost in dollars C of producing these items
\n" ); document.write( "are related by a linear equation. Projections are that 100 items will cost $10,000 to
\n" ); document.write( "produce and that 300 items will cost $22,000 to produce. Find the equation that
\n" ); document.write( "relates C and x.
\n" ); document.write( "

Algebra.Com's Answer #88441 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
Let x=items, y=cost to produce x amount of items\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Since 100 items will cost $10,000, this means \"x=100\" and \"y=10000\" which results in the point (100,10000)\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Also since 300 items will cost $22,000, this means \"x=300\" and \"y=22000\" which results in the point (300,22000)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So we have the two points: (100,10000) and (300,22000)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Let's find the equation of the line through these points\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "First lets find the slope through the points (\"100\",\"10000\") and (\"300\",\"22000\")\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"m=%28y%5B2%5D-y%5B1%5D%29%2F%28x%5B2%5D-x%5B1%5D%29\" Start with the slope formula (note: is the first point (\"100\",\"10000\") and is the second point (\"300\",\"22000\"))\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"m=%2822000-10000%29%2F%28300-100%29\" Plug in \"y%5B2%5D=22000\",\"y%5B1%5D=10000\",\"x%5B2%5D=300\",\"x%5B1%5D=100\" (these are the coordinates of given points)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"m=+12000%2F200\" Subtract the terms in the numerator \"22000-10000\" to get \"12000\". Subtract the terms in the denominator \"300-100\" to get \"200\"\r
\n" ); document.write( "\n" ); document.write( " \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"m=60\" Reduce\r
\n" ); document.write( "\n" ); document.write( " \r
\n" ); document.write( "\n" ); document.write( "So the slope is\r
\n" ); document.write( "\n" ); document.write( "\"m=60\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "------------------------------------------------\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now let's use the point-slope formula to find the equation of the line:\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "------Point-Slope Formula------
\n" ); document.write( "\"y-y%5B1%5D=m%28x-x%5B1%5D%29\" where \"m\" is the slope, and is one of the given points\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So lets use the Point-Slope Formula to find the equation of the line\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"y-10000=%2860%29%28x-100%29\" Plug in \"m=60\", \"x%5B1%5D=100\", and \"y%5B1%5D=10000\" (these values are given)\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"y-10000=60x%2B%2860%29%28-100%29\" Distribute \"60\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"y-10000=60x-6000\" Multiply \"60\" and \"-100\" to get \"-6000\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"y=60x-6000%2B10000\" Add \"10000\" to both sides to isolate y\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"y=60x%2B4000\" Combine like terms \"-6000\" and \"10000\" to get \"4000\" \r
\n" ); document.write( "\n" ); document.write( "------------------------------------------------------------------------------------------------------------\r
\n" ); document.write( "\n" ); document.write( "Answer:\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So the equation of the line which goes through the points (\"100\",\"10000\") and (\"300\",\"22000\") is:\"y=60x%2B4000\"\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now simply replace y with C(x) to get the equation \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"C%28x%29=60x%2B4000\" (note: C is much easier to remember as the Cost. Also notice how the equation is now in function notation)
\n" ); document.write( "
\n" ); document.write( "
\n" );