InterviewSolution
Saved Bookmarks
| 1. |
1). 1202). 1803). 2404). 320 |
|
Answer» Let x be the number of pages in the book. Number of pages READ on the FIRST day = x/4 Number of pages read on the SECOND day = 20% of x x/5 Number of pages read on the LAST THREE days = x - x/4 - x/5 = 11x/20 Given, number of pages read on third day = 66 (1/3) × (11x/20) = 66 ⇒ x = 360 Hence, book contain 360 pages. |
|