document.write( "Question 208178: 1. A company finds that it can produce 10 solar heaters for $7500 while the production of 20 heaters costs $13,900. If cost is a linear function of the number of heaters produced, express the cost function C(x) where x is the number of heaters produced. \n" ); document.write( "
Algebra.Com's Answer #157497 by nerdybill(7384)\"\" \"About 
You can put this solution on YOUR website!
1. A company finds that it can produce 10 solar heaters for $7500 while the production of 20 heaters costs $13,900. If cost is a linear function of the number of heaters produced, express the cost function C(x) where x is the number of heaters produced.
\n" ); document.write( ".
\n" ); document.write( "The problem gives you two points in the equation:
\n" ); document.write( "(10,7500)
\n" ); document.write( "(20,13900)
\n" ); document.write( ".
\n" ); document.write( "And, since they said it was \"linear\" it fits the \"slope-intercept\" form
\n" ); document.write( "y = mx + b
\n" ); document.write( ".
\n" ); document.write( "7500 = m(10) + b
\n" ); document.write( "13900 = m(20) + b
\n" ); document.write( ".
\n" ); document.write( "Rewriting the two equations:
\n" ); document.write( "7500 = 10m + b
\n" ); document.write( "13900 = 20m + b
\n" ); document.write( ".
\n" ); document.write( "Applying the \"addition method\" we multiply the top equation by -1 and add:
\n" ); document.write( " -7500 = -10m - b
\n" ); document.write( "13900 = 20m + b
\n" ); document.write( "-------------------
\n" ); document.write( "6400 = 10m
\n" ); document.write( "640 = m
\n" ); document.write( ".
\n" ); document.write( "Using the top equation and the definition of m above:
\n" ); document.write( "7500 = 10(640) + b
\n" ); document.write( "7500 = 6400 + b
\n" ); document.write( "1100 = b
\n" ); document.write( ".
\n" ); document.write( "Pulling it back together we have:
\n" ); document.write( "y = 640x + 1100
\n" ); document.write( "or
\n" ); document.write( "C(x) = 640x + 1100 (this is what they're looking for)
\n" ); document.write( "
\n" ); document.write( "
\n" );