document.write( "Question 58146: I need help in finding the equation that relates C AND X FROM THIS PROBLEM 100 ITEMS WILL COST $10,000 TO PRODUCE AND 300 ITEMS WILL COST $22,000 TO PRODUCE \n" ); document.write( "
Algebra.Com's Answer #39914 by tutorcecilia(2152)\"\" \"About 
You can put this solution on YOUR website!
Since the cost depends upon the number of items, let the cost equal the y value and number of items equal the x value:
\n" ); document.write( "x=100
\n" ); document.write( "y=$10,000
\n" ); document.write( "(100; 10000)
\n" ); document.write( ".
\n" ); document.write( "x=300
\n" ); document.write( "y=$22,000
\n" ); document.write( "Point (300; 22000)
\n" ); document.write( ".
\n" ); document.write( "Find the slope of the line using the two points.
\n" ); document.write( "m=(22,000-10,000)/(300-100)=12,000/200=60\r
\n" ); document.write( "\n" ); document.write( "Find the equation of the line using one of the formulas for a line.
\n" ); document.write( "y=mx+b
\n" ); document.write( "22,000=(60)(300)+b [Plug-in the values and solve for b]
\n" ); document.write( "22,000=18000+b
\n" ); document.write( "22,000-18,000=b
\n" ); document.write( "4,000=b [Plug-in the slope and y-intercept value]
\n" ); document.write( "y=60x+4,000
\n" ); document.write( "C(x)=60x+4,000
\n" ); document.write( "
\n" );