Output (π) | 1 | 2 | 3 |
Total Costs (ππΆ) | 4 | 13 | 32 |
Using the data points, we have the following system of equations for the cost function:
\[ 4 = a(1)^2 + b(1) + c \] \[ 13 = a(2)^2 + b(2) + c \] \[ 32 = a(3)^2 + b(3) + c \]
Expanding the equations:
\[ 4 = a + b + c \] \[ 13 = 4a + 2b + c \] \[ 32 = 9a + 3b + c \]
From the first equation:
\[ c = 4 - a - b \]
Substituting \( c \) into the second equation:
\[ 13 = 4a + 2b + (4 - a - b) \] \[ 13 = 3a + b + 4 \] \[ 3a + b = 9 \]
Substituting \( c \) into the third equation:
\[ 32 = 9a + 3b + (4 - a - b) \] \[ 32 = 8a + 2b + 4 \] \[ 8a + 2b = 28 \] \[ 4a + b = 14 \]
We now have two equations:
Subtracting the equations:
\[ (4a + b) - (3a + b) = 14 - 9 \] \[ a = 5 \]
Substituting \( a = 5 \) into \( 3a + b = 9 \):
\[ 15 + b = 9 \] \[ b = -6 \]
Substituting \( a = 5 \) and \( b = -6 \) into \( c = 4 - a - b \):
\[ c = 4 - 5 - (-6) = 5 \]
Thus, the total cost function is:
\[ T C(Q) = 5Q^2 - 6Q + 5 \]
Substituting \( Q = 4 \):
\[ T C(4) = 5(4)^2 - 6(4) + 5 \] \[ = 5(16) - 24 + 5 \] \[ = 80 - 24 + 5 \] \[ = 61 \]
The total cost at \( Q = 4 \) is 61.
List-I | List-II | ||
---|---|---|---|
A | \( y = ln(x)\) | I | \(\frac{1}{x}\) |
B | \(y=\frac{x^2}{4}\) | II | \(3x^2\) |
C | \(y=x^3\) | III | \(\frac{x}{2}\) |
D | \(y=x+1\) | IV | \(1\) |