Deprecated: Implicit conversion from float-string "1608810278.374" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 796

Deprecated: Implicit conversion from float-string "1608810278.374" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 801

Deprecated: Implicit conversion from float-string "1608810278.374" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 802

Deprecated: Implicit conversion from float-string "1608810278.374" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 803

Deprecated: Implicit conversion from float-string "1608810278.374" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 594

Deprecated: Implicit conversion from float-string "1606483574.053" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 796

Deprecated: Implicit conversion from float-string "1606483574.053" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 801

Deprecated: Implicit conversion from float-string "1606483574.053" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 802

Deprecated: Implicit conversion from float-string "1606483574.053" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 803

Deprecated: Implicit conversion from float-string "1606483574.053" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 594
Combinatory: TIFR CSE 2018 | Part A | Question: 6
edited by
3,370 views
16 votes
16 votes

What is the minimum number of students needed in a class to guarantee that there are at least $6$ students whose birthdays fall in the same month ?

  1. $6$
  2. $23$
  3. $61$
  4. $72$
  5. $91$
edited by

6 Answers

0 votes
0 votes
By pigeon hole principal we can ensure that in 61 we will have atleast 6 student having birthday on same month

n=km+1 k=5, m=12
0 votes
0 votes
You have to visualise it

Then you dont need any formula

You need at least 6 students na, whose birthday fall on same month

Go

And first get me 5 students per month

like 5 students who have birthday in Jan

5 student who have birthday in Feb

.

.

.

5 students who have birthday in December

Good question: Why I chose 5 in every month

Because, I am just short of 1 student ( let it be any month) I dont care
 

What I did was simply

$(5*12)+1 = 61$

Imagine

Just imagine

Dialogue: From Krish movie, No copyright infringement intended
Answer:

Related questions


Deprecated: Implicit conversion from float-string "1616663786.666" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 796

Deprecated: Implicit conversion from float-string "1616663786.666" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 801

Deprecated: Implicit conversion from float-string "1616663786.666" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 802

Deprecated: Implicit conversion from float-string "1616663786.666" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 803
1.1k
views
1 answers
1 votes
soujanyareddy13 asked Mar 25, 2021
1,065 views
A box contains $5$ red marbles, $8$ green marbles, $11$ blue marbles, and $15$ yellow marbles. We draw marbles uniformly at random without replacement from the box. What ...
5.8k
views
5 answers
34 votes
go_editor asked Dec 28, 2016
5,845 views
In a tournament with $7$ teams, each team plays one match with every other team. For each match, the team earns two points if it wins, one point if it ties, and no points...
3.6k
views
3 answers
24 votes
makhdoom ghaya asked Nov 9, 2015
3,577 views
The rules for the University of Bombay five-a-side cricket competition specify that the members of each team must have birthdays in the same month. What is the minimum nu...
1.4k
views
2 answers
4 votes
Arjun asked Dec 10, 2017
1,393 views
Consider the following implementation of a binary tree data strucrure. The operator $+$ denotes list-concatenation.That is, $[a,b,c]+[d,e]=[a,b,c,d,e].$struct TreeNode: i...