Comprehension

Aboy is asked to put one mango in a basket when ordered ’One’, one orange when ordered ’Two’, one apple when ordered ’Three’, and is asked to take out from the basket one mango and an orange when ordered ’Four’. A sequence of orders is given as:
1 2332142314223314113234

Question: 1

How many total oranges were in the basket at the end of the above sequence?

Show Hint

For sequence problems, keep track of each step systematically.
Updated On: Aug 4, 2025
  • 1
  • 4
  • 3
  • 2
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation

Let's follow the sequence of orders: - "1" means putting 1 mango in the basket: Total mangoes = 1. - "2" means putting 1 orange in the basket: Total oranges = 1. - "3" means putting 1 apple in the basket: Total apples = 1. - "4" means taking out 1 mango and 1 orange: Mangoes = 0, Oranges = 0. After processing all the orders: - The total number of oranges left in the basket is 2. Hence, the Correct Answer is 2 oranges.
Was this answer helpful?
0
0
Question: 2

How many total fruits will be in the basket at the end of the above order sequence?

Show Hint

Make sure to add up all the fruits when calculating the total at the end of a sequence.
Updated On: Aug 4, 2025
  • 9
  • 2.8
  • 11
  • 10
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation

Following the sequence of orders: - "1" means putting 1 mango in the basket: Mangoes = 1. - "2" means putting 1 orange in the basket: Oranges = 1. - "3" means putting 1 apple in the basket: Apples = 1. - "4" means taking out 1 mango and 1 orange: Mangoes = 0, Oranges = 0. Thus, the total number of fruits left in the basket is: \[ \text{Total fruits} = \text{Mangoes} + \text{Oranges} + \text{Apples} = 1 + 1 + 1 = 3. \] So, the total fruits left in the basket is 10.
Was this answer helpful?
0
0