document.write( "Question 254800: Manager has found that the cost to produce 100 cups of coffee is 11.02 and the cost to produce 400 cups of coffee is 40.12. Assume the C(x) is a linear function of x, find a formula for C(x). \n" ); document.write( "
Algebra.Com's Answer #187136 by vksarvepalli(154)\"\" \"About 
You can put this solution on YOUR website!
let C(x) is the cost to produce x cups of coffee and is given by\r
\n" ); document.write( "\n" ); document.write( "C(x)=ax+b where a and b are constants (given C(x) is a linear function of x)\r
\n" ); document.write( "\n" ); document.write( "now given x=100 and C(x)=11.02 => 11.02=100a+b ------1\r
\n" ); document.write( "\n" ); document.write( "and x=400 and C(x)=40.12 => 40.12=400a+b -------2\r
\n" ); document.write( "\n" ); document.write( "subtract eq 1 from eq 2 \r
\n" ); document.write( "\n" ); document.write( "we get 29.1=300a\r
\n" ); document.write( "\n" ); document.write( "so a=0.097\r
\n" ); document.write( "\n" ); document.write( "put this value of a in eq 1\r
\n" ); document.write( "\n" ); document.write( "we get 11.02=9.7+b\r
\n" ); document.write( "\n" ); document.write( "so b=1.32\r
\n" ); document.write( "\n" ); document.write( "so the function is C(x)=0.097x+1.32
\n" ); document.write( "
\n" );