The students in Mrs. Reed's English class are reading the same -page novel. Three friends, Alice, Bob and Chandra, are in the class. Alice reads a page in seconds, Bob reads a page in seconds and Chandra reads a page in seconds. Chandra and Bob, who each have a copy of the book, decide that they can save time by `team reading' the novel. In this scheme, Chandra will read from page to a certain page and Bob will read from the next page through page finishing the book. When they are through they will tell each other about the part they read. What is the last page that Chandra should read so that she and Bob spend the same amount of time reading the novel?
Question
The students in Mrs. Reed's English class are reading the same -page novel. Three friends, Alice, Bob and Chandra, are in the class. Alice reads a page in seconds, Bob reads a page in seconds and Chandra reads a page in seconds. Chandra and Bob, who each have a copy of the book, decide that they can save time by `team reading' the novel. In this scheme, Chandra will read from page to a certain page and Bob will read from the next page through page finishing the book. When they are through they will tell each other about the part they read. What is the last page that Chandra should read so that she and Bob spend the same amount of time reading the novel?
Solution
The question seems to be missing some crucial information such as the total number of pages in the novel and the time it takes for each student to read a page.
However, assuming that the total number of pages is P, and the time it takes Alice, Bob, and Chandra to read a page is A, B, and C seconds respectively, we can solve the problem as follows:
Since Chandra and Bob want to spend the same amount of time reading, the time it takes Chandra to read her portion should be equal to the time it takes Bob to read his portion.
Let's say the last page that Chandra reads is X. This means Chandra reads from page 1 to page X, and Bob reads from page X+1 to page P.
The time it takes Chandra to read her portion is X*C, and the time it takes Bob to read his portion is (P-X)*B.
Setting these two times equal to each other gives us the equation X*C = (P-X)*B.
Solving this equation for X will give us the last page that Chandra should read.
Please provide the missing information so that I can give a more accurate answer.
Similar Questions
Anandita and Bhuvaneshwari can finish reading a book in 5 hours and 6 hours respectively. They sit down to read their respective copies of the same book. They spend some time discussing the characters and in any hour, they could read, between the two of them, 21 pages less than what they would have read together, if they were not discussing. In 3 hours, the total number of pages read by them is equal to the number of pages in the book. How many pages are there in the book?
Robert reads the Mahabharatham at an average rate of 45 pages per hour, while Tony reads it at an average rate of 60 pages per hour. If Robert starts reading the Mahabharatham at 5:00, and Tony begins reading an identical copy of the same book at 6:20, at what time will they be reading the same page?
Drawing BookProblemSubmissionsLeaderboardDiscussionsA teacher asks the class to open their books to a page number. A student can either start turning pages from the front of the book or from the back of the book. They always turn pages one at a time. When they open the book, page is always on the right side:When they flip page , they see pages and . Each page except the last page will always be printed on both sides. The last page may only be printed on the front, given the length of the book. If the book is pages long, and a student wants to turn to page , what is the minimum number of pages to turn? They can start at the beginning or the end of the book.Given and , find and print the minimum number of pages that must be turned in order to arrive at page .ExampleUsing the diagram above, if the student wants to get to page , they open the book to page , flip page and they are on the correct page. If they open the book to the last page, page , they turn page and are at the correct page. Return .Function DescriptionComplete the pageCount function in the editor below.pageCount has the following parameter(s):int n: the number of pages in the bookint p: the page number to turn toReturnsint: the minimum number of pages to turnInput FormatThe first line contains an integer , the number of pages in the book.The second line contains an integer, , the page to turn to.ConstraintsSample Input 062Sample Output 01Explanation 0If the student starts turning from page , they only need to turn page:If a student starts turning from page , they need to turn pages:Return the minimum value, .Sample Input 154Sample Output 10
Two classmates got together over the weekend to do their assigned History reading. Ellie can read 3 pages per minute, while Darell can read 2 pages per minute. When they met, Ellie had already read 14 pages, and Darell had already gotten through 45 pages. After a while, they had both read the same number of pages. How long did that take? How many pages had each one read?After minutes, Ellie and Darell had each read pages.
A teacher asks the class to open their books to a page number. A student can either start turning pages from the front of the book or from the back of the book. They always turn pages one at a time. When they open the book, page is always on the right side:When they flip page , they see pages and . Each page except the last page will always be printed on both sides. The last page may only be printed on the front, given the length of the book. If the book is pages long, and a student wants to turn to page , what is the minimum number of pages to turn? They can start at the beginning or the end of the book.Given and , find and print the minimum number of pages that must be turned in order to arrive at page .ExampleUsing the diagram above, if the student wants to get to page , they open the book to page , flip page and they are on the correct page. If they open the book to the last page, page , they turn page and are at the correct page. Return .Function DescriptionComplete the pageCount function in the editor below.pageCount has the following parameter(s):int n: the number of pages in the bookint p: the page number to turn toReturnsint: the minimum number of pages to turnInput FormatThe first line contains an integer , the number of pages in the book.The second line contains an integer, , the page to turn to.ConstraintsSample Input 062Sample Output 01Explanation 0If the student starts turning from page , they only need to turn page:If a student starts turning from page , they need to turn pages:Return the minimum value, .Sample Input 154Sample Output 10Explanation 1If the student starts turning from page , they need to turn pages:If they start turning from page , they do not need to turn any pages:Return the minimum value, .
Upgrade your grade with Knowee
Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.