Using only 2,5,10,25 and 50 paise coins, what is the smallest number of coins required to pay
exactly 78 paise, 69 paise and Rs. 1.01 to three different persons?
A drawer contains 10 black and 10 brown socks which are all mixed up. What is the smallest
number of socks to be taken from the drawer to decide without seeing them, to be sure that
there is atleast one pair of socks of the same colour?
Sock Drawer Problem: Minimum Socks to Guarantee a Pair of Same Color
Given:
10 black socks
10 brown socks
All socks are mixed up in the drawer
Goal: Find the smallest number of socks to pick without seeing so that at least one pair of same color socks is guaranteed.
Reasoning:
Worst case: you pick one black sock and one brown sock → no pair yet.
So after picking 2 socks, you may have no pair.
Picking one more sock (3rd sock) ensures that at least two socks must be of the same color (by Pigeonhole Principle).
Answer: The smallest number of socks to pick to guarantee at least one pair of the same color is 3.
1
Thirty-six vehicles are parked in a parking lot in a single row. After the first car, there is one scooter. After the second car, there are two scooters. After the third car, there are three scooters and so on. Work out the number of scooters in the second half row.
Solution: Number of Scooters in Second Half of Row
Total vehicles = 36. Let number of cars = n, scooters = \frac{n(n+1)}{2}.
Solve n + \frac{n(n+1)}{2} = 36 gives n=7 cars and 28 scooters (total 35 vehicles).
Since total is 36, assume 1 extra scooter added somewhere.
Half of 36 = 18 vehicles (second half is last 18).
Positions 19 to 36 in the sequence contain:
- Last 3 scooters of the 5th group (positions 18-20)
- All 6 scooters of the 6th group (positions 22-27)
- All 7 scooters of the 7th group (positions 29-35)
Counting scooters in these positions: 2 + 6 + 7 = 15 scooters in the second half.
Final answer:15 scooters.
1
In an examination, there are 100 questions divided into 3 parts A, B, C, and each part should
contain at least one question. Each question in parts A, B, and C carry 1, 2 and 3 marks
respectively. Part A is for at least 60% of the total marks and part B should contain 23
questions. How many questions must be set in part C?
Given: Total questions = 100, Part B = 23 questions (2 marks each).
Let Part A = a questions (1 mark), Part C = c questions (3 marks).
So, a + 23 + c = 100 \Rightarrow a + c = 77.
Total marks = a + 46 + 3c.
Part A marks ≥ 60% total marks: \Rightarrow a \geq 0.6(a + 46 + 3c) \Rightarrow a \geq 0.6a + 27.6 + 1.8c \Rightarrow 0.4a \geq 27.6 + 1.8c \Rightarrow a \geq 69 + 4.5c.
Using a = 77 - c: 77 - c \geq 69 + 4.5c \Rightarrow 8 \geq 5.5c \Rightarrow c \leq 1.45.
So, c = 1.
Answer: Part C has 1 question.
4
In a reality show, two judges independently provided marks based on the performance of the participants. If the marks provided by the second judge are given by y= 1+ x, where x is the marks provided by the first judge. Then for a participant
On Monday, Akash ran 4 km less than the distance he ran on Tuesday. Sanjay, who ran the same distance on Monday and Tuesday, ran 5 km more on Tuesday than the distance Akash ran on Monday. Find the difference between the distances covered by Akash and Sanjay over the two days.
Let Akash’s Tuesday distance = x km.
Then Akash’s Monday distance = x - 4 km.
Sanjay runs same distance on both days = y km.
Sanjay’s Tuesday distance is 5 km more than Akash’s Monday distance:
y = (x - 4) + 5 = x + 1
Total distance Akash ran in 2 days:
(x - 4) + x = 2x - 4
Total distance Sanjay ran in 2 days:
y + y = 2y = 2(x + 1) = 2x + 2
A university is offering elective courses in Mathematics, Economics and Sociology. Each of its 100 undergraduate students has to opt for at least one of these electives. Course enrollment data showed that 47 students enrolled for Mathematics, 47 students enrolled for Economics and 57 students enrolled for Sociology. If 7 students enrolled for all three courses, how many students enrolled for exactly one course?
Venn Diagram Problem: Students in Elective Courses
Given:
Total students = 100
Math (M) = 47
Economics (E) = 47
Sociology (S) = 57
All three (M ∩ E ∩ S) = 7
Objective:
Find the number of students who enrolled in exactly one course.
Step-by-step:
Let’s use the formula for total union of 3 sets:
Total = M + E + S − (M∩E) − (E∩S) − (S∩M) + (M∩E∩S)
Let the number of students who enrolled in exactly 2 courses = x
So those who enrolled in all 3 = 7
Let the number of students who enrolled in exactly one course = y
Then, the total number of course enrollments = 1 × y + 2 × x + 3 × 7 = M + E + S = 47 + 47 + 57 = 151
⇒ y + 2x + 21 = 151
⇒ y + 2x = 130 — (1)
Also, total students = 100 = y + x + 7
⇒ y + x = 93 — (2)
Subtracting (2) from (1):
(y + 2x) − (y + x) = 130 − 93
⇒ x = 37
Now, from (2): y + 37 = 93 ⇒ y = 56
✅ Final Answer:
56 students enrolled in exactly one course.
3
A cat climbs a 21- meter pole. In the
first minute it climbs 3 meter and in the second minute it descends one meter.
In how minutes the cat would reach the top of the pole?
A cat climbs a 21-meter pole. Every minute it climbs 3 meters but slips down 1 meter the next minute. How long will it take to reach the top?
Step-by-Step Analysis:
Every 2 minutes, net climb = 3 - 1 = 2 meters
In 20 minutes, the cat climbs 10 × 2 = 20 meters
At the start of the 21st minute, the cat climbs 3 meters and reaches the top (21 meters) before it can slip.
✅ Final Answer:The cat will reach the top in 21 minutes.
3
In a recent survey of 500 employees in
a company, it was found that 60% of the employees prefer coffee over tea, 25%
prefer tea over coffee, and the remaining 15% have no preference. If 20% of the
employees who prefer coffee are also tea drinkers, how many employees prefer
only tea?
His brother was born in 1964 and is 35 years younger than their mother.
Step-by-Step Solution:
Mother’s birth year = 1964 − 35 = 1929
Arjun’s birth year = 1929 + 25 = 1954
✅ Final Answer:Arjun was born in 1954.
2
In
the figure, the circle stands for employed, the square stands for a social
worker, the triangle stands for illiterate, and the rectangle stands for
truthful. Study the figure with its regions and find the number of neither
truthful nor illiterate people among the employed only.