Difficulty: Medium
Correct Answer: ₹ 25000
Explanation:
Introduction / Context:
This models a nonlinear cost pattern: expenses ∝ (income)^2. With one observed data point, we can find the proportionality constant and then compute the break-even income where expense equals income.
Given Data / Assumptions:
Concept / Approach:
Use the January data to solve for k. Then set I = k * I^2 and solve the quadratic I^2 − (1/k) I = 0 for the positive, nonzero root.
Step-by-Step Solution:
k = E₁ / I₁^2 = 9000 / (15000^2) = 9000 / 225000000 = 1 / 25000.At break-even: I = k * I^2 ⇒ I = (1/25000) * I^2.I^2 − 25000 I = 0 ⇒ I(I − 25000) = 0.Nonzero solution: I = ₹ 25000.
Verification / Alternative check:
At I = 25000, E = (1/25000) * 25000^2 = 25000, matching the break-even requirement exactly.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
₹ 25000
Discussion & Comments