Difficulty: Easy
Correct Answer: 350
Explanation:
Introduction:
Given a discount rate and the rupee saving, you can recover the marked price and then compute the payment after discount.
Given Data / Assumptions:
Concept / Approach:
Discount amount = discount_rate * MP. Amount paid = MP − discount amount.
Step-by-Step Solution:
Let MP = MDiscount = (1/15) * M = 25 ⇒ M = 25 * 15 = 375Amount paid = 375 − 25 = 350
Verification / Alternative check:
6.66% of 375 ≈ 25; 375 − 25 = 350 confirms the payment.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
350
Discussion & Comments