a person wishes to make up as many different parties out of his 20 friends such that each party consists of same no of persons.the number of persons he should invite at a time is equal to....plzzzz answer this fast
This discussion board is a place to discuss our Daily Challenges and the math and science
related to those challenges. Explanations are more than just a solution — they should
explain the steps and thinking strategies that you used to obtain the solution. Comments
should further the discussion of math and science.
When posting on Brilliant:
Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.
Markdown
Appears as
*italics* or _italics_
italics
**bold** or __bold__
bold
- bulleted - list
bulleted
list
1. numbered 2. list
numbered
list
Note: you must add a full line of space before and after lists for them to show up correctly
# I indented these lines
# 4 spaces, and now they show
# up as a code block.
print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.
print "hello world"
Math
Appears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3
2×3
2^{34}
234
a_{i-1}
ai−1
\frac{2}{3}
32
\sqrt{2}
2
\sum_{i=1}^3
∑i=13
\sin \theta
sinθ
\boxed{123}
123
Comments
Think about it like this. If he invites only one person to a party, he can only give 20 parties. Similarly, if he invites everyone except for one person to a party, he can also only give 20 parties. So what if he decides to invite two people to each party? Then how many parties can he give? Is this more than with one person?
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Think about it like this. If he invites only one person to a party, he can only give 20 parties. Similarly, if he invites everyone except for one person to a party, he can also only give 20 parties. So what if he decides to invite two people to each party? Then how many parties can he give? Is this more than with one person?
This qn is actually a combination qn, not a permutation since the order of the friends is not important.
If he invites n number of ppl to the party, the possible number of parties is 20Cn=n!20×19×....×(20−n)
Lets see the pattern
1 ppl parties: 20C1=20
2 ppl parties: 20C2=190
3 ppl parties: 20C3=1,140
4 ppl parties: 20C4=4,845
5 ppl parties: 20C5=15,504
6 ppl parties: 20C6=38,760
7 ppl parties: 20C7=77,520
8 ppl parties: 20C8=125,970
9 ppl parties: 20C9=167,960
10 ppl parties: 20C10=184,756
11 ppl parties: 20C11=167,960
12 ppl parties: 20C12=125,970
13 ppl parties: 20C13=77,520
14 ppl parties: 20C14=38,760
15 ppl parties: 20C15=15,504
16 ppl parties: 20C16=4,845
17 ppl parties: 20C17=1,140
18 ppl parties: 20C18=190
19 ppl parties: 20C19=20
20 ppl parties: 20C20=1
As we see, we have the most number of parties if we invite 10 friends at a time. We can have 184, 756 different parties!!!
Log in to reply
Without checking each combination ...How we can proceed..???
we can apply the max value of nCr,here as n is even max value is 20C10,re answer 184756