Difficulty: Easy
Correct Answer: Rs. 240
Explanation:
Introduction / Context:
This linear model problem involves finding a fixed fee and a variable per-kilometre rate using two data points. Such fare questions model cost = fixed component + (rate * distance).
Given Data / Assumptions:
Concept / Approach:
Set up two linear equations in F and r using the two trips. Solve simultaneously, then compute the fare for 30 km by substitution.
Step-by-Step Solution:
Equation 1: F + r * 16 = 156.Equation 2: F + r * 24 = 204.Subtract Eq1 from Eq2: (F cancels) → r * (24 − 16) = 204 − 156 → 8r = 48 → r = 6 Rs/km.Back-substitute into Eq1: F + 6 * 16 = 156 → F + 96 = 156 → F = 60.Fare for 30 km: F + r * 30 = 60 + 6 * 30 = 60 + 180 = Rs 240.
Verification / Alternative check:
Check with 24 km: 60 + 6 * 24 = 60 + 144 = 204 (matches data). Model is consistent.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Rs. 240
Discussion & Comments