Grocery Delivery

(CAT 2020)


XYZ organization got into the business of delivering groceries to home at the beginning of the last month. They have a two-day delivery promise. However, their deliveries are unreliable. An order booked on a particular day may be delivered the next day or the day after. If the order is not delivered at the end of two days, then the order is declared as lost at the end of the second day. XYZ then does not deliver the order, but informs the customer, marks the order as lost, returns the payment and pays a penalty for non-delivery.

The following table provides details about the operations of XYZ for a week of the last month. The first column gives the date, the second gives the cumulative number of orders that were booked up to and including that day. The third column represents the number of orders delivered on that day. The last column gives the cumulative number of orders that were lost up to and including that day.
It is known that the numbers of orders that were booked on the 11th, 12th, and 13th of the last month that took two days to deliver were 4, 6, and 8 respectively.


    DayCumulative orders bookedOrders delivered on dayCumulative orders lost
    13th2191191
    14th2492792
    15th2772394
    16th30211106
    17th32721118
    18th33213120
    19th33714129


1) Among the following days, the largest fraction of orders booked on which day was lost?
  1. 15th
  2. 16th
  3. 13th
  4. 14th
2) On which of the following days was the number of orders booked the highest?
  1. 14th
  2. 15th
  3. 12th
  4. 13th
3) The delivery ratio for a given day is defined as the ratio of the number of orders booked on that day which are delivered on the next day to the number of orders booked on that day which are delivered on the second day after booking. On which of the following days, was the delivery ratio the highest?
  1. 13th
  2. 16th
  3. 15th
  4. 14th
4) The average time taken to deliver orders booked on a particular day is computed as follows. Let the number of orders delivered the next day be x and the number of orders delivered the day after be y. Then the average time to deliver order is (x+2y)/(x+y). On which of the following days was the average time taken to deliver orders booked the least?
  1. 15th
  2. 13th
  3. 16th
  4. 14th


For answers CLICK HERE.

Comments

Popular posts from this blog

Two traders: Chetan and Michael

Answers for CAT 2006

Machine M1 and M2