Solveeit Logo

Question

Logical Reasoning Question on Seating Arrangement

In a party everyone gave a gift to everyone else. If the total number of gifts exchanged in the party was 600, how many persons were there in the party?

A

20

B

15

C

10

D

25

Answer

25

Explanation

Solution

Each person gives a gift to every other person, so the formula is:
Total gifts=n(n1)\text{Total gifts} = n(n-1)
where nn is the number of people
n(n1)=600n(n-1) = 600
n2n600=0n^2 - n - 600 = 0
Use the quadratic formula:
n=b±b24ac2an = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
Here, a=1a = 1, b=1b = -1, c=600c = -600.
b24ac=1+2400=2401b^2 - 4ac = 1 + 2400 = 2401
n=1±492n = \frac{1 \pm 49}{2}
n=502=25n = \frac{50}{2} = 25 (positive solution)
n=482=24n = \frac{-48}{2} = -24 (not valid)

There were 25 persons at the party.