Answer:
3876
Step-by-step explanation:
Given the following :
Fraternity members = 20
They are to attend 5 different parties in groups of 4
Meaning a group = 4 persons
Atleast one brother will attend exactly one of the parties. (the brothers are indistinguishable).
Then, exactly one brother at a party (20 - 1) = 19, since they are indistinguishable.
Group members are in 4's
19C4
From: nCr = n! /(n-r)! r!
19C4 = 19! / (19 - 4)! 4!
= 19! / 15! 4!
= (19 * 18 * 17 * 16) / (4 * 3 * 2)
= 93024 / 24
= 3876
Gallons per day.......gallons / day.....so u put the gallons over the number of days, then divide
(1/2) / 6 = 1/2 * 1/6 = 1/12 of a gallon per day <==
Answer:
The fourth term of the expansion is -220 * x^9 * y^3
Step-by-step explanation:
Question:
Find the fourth term in (x-y)^12
Solution:
Notation: "n choose k", or combination of k objects from n objects,
C(n,k) = n! / ( k! (n-k)! )
For example, C(12,4) = 12! / (4! 8!) = 495
Using the binomial expansion formula
(a+b)^n
= C(n,0)a^n + C(n,1)a^(n-1)b + C(n,2)a^(n-2)b^2 + C(n,3)a^(n-3)b^3 + C(n,4)a^(n-4)b^4 +....+C(n,n)b^n
For (x-y)^12, n=12, k=3, a=x, b=-y, and the fourth term is
C(n,3)a^(n-3)b^3
=C(12,3) * x^(12-3) * (-y)^(3)
= 220*x^9*(-y)^3
= -220 * x^9 * y^3