Difficulty: Easy
Correct Answer: 320
Explanation:
Introduction / Context:
Sequential fraction reading problems test your ability to update the remainder after each step. The key is to carefully compute what remains after each day, then match the final remainder to the known number of unread pages to recover the total number of pages in the book.
Given Data / Assumptions:
Concept / Approach:
Let the total number of pages be N. After reading 3/8, the remainder is 5/8 of N. On day two, he reads 4/5 of that remainder and leaves 1/5 of it unread. Convert these steps into a single fraction of N that remains, equate to 40, and solve for N.
Step-by-Step Solution:
Verification / Alternative check:
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Discussion & Comments