Key Concepts and Formulas
- Combinations: nCr=r!(n−r)!n!, where n! denotes the factorial of n.
- Ratio of Combinations: nCr+1nCr=n−rr+1 and nCrnCr−1=n−r+1r.
- Centroid of a Triangle: If the vertices of a triangle are (x1,y1), (x2,y2), and (x3,y3), then the centroid is (3x1+x2+x3,3y1+y2+y3).
- Trigonometric Identity: cos2t+sin2t=1.
Step-by-Step Solution
Step 1: Find the relationship between n and r using the given combination values.
We are given nCr−1=28 and nCr=56. We can form a ratio to eliminate the factorials and relate n and r.
nCrnCr−1=5628=21
Using the formula for the ratio of combinations, we have:
r!(n−r)!n!(r−1)!(n−r+1)!n!=n−r+1r=21
2r=n−r+1
3r=n+1..... (i)
Step 2: Find another relationship between n and r.
We are also given nCr=56 and nCr+1=70. We can form another ratio.
nCr+1nCr=7056=54
Using the formula for the ratio of combinations, we have:
(r+1)!(n−r−1)!n!r!(n−r)!n!=n−rr+1=54
5(r+1)=4(n−r)
5r+5=4n−4r
9r=4n−5..... (ii)
Step 3: Solve for n and r.
Now we have a system of two linear equations with two variables:
3r=n+1..... (i)
9r=4n−5..... (ii)
Substitute n=3r−1 from (i) into (ii):
9r=4(3r−1)−5
9r=12r−4−5
3r=9
r=3
Now, substitute r=3 into equation (i):
3(3)=n+1
9=n+1
n=8
Therefore, n=8 and r=3.
Step 4: Determine the coordinates of vertex C.
Given C(3r−n,r2−n−1), substitute n=8 and r=3 into the coordinates:
C(3(3)−8,(3)2−8−1)=C(9−8,9−8−1)=C(1,0)
Step 5: Determine the coordinates of the centroid.
The coordinates of the vertices are A(4cost,4sint), B(2sint,−2cost), and C(1,0). The centroid (x,y) is given by:
x=34cost+2sint+1
y=34sint−2cost+0
Thus, 3x=4cost+2sint+1 and 3y=4sint−2cost.
Therefore, 3x−1=4cost+2sint and 3y=4sint−2cost.
Step 6: Find the locus of the centroid.
Square both equations and add them together:
(3x−1)2+(3y)2=(4cost+2sint)2+(4sint−2cost)2
(3x−1)2+(3y)2=16cos2t+16sin2t+4sin2t+4cos2t+16costsint−16sintcost
(3x−1)2+(3y)2=16(cos2t+sin2t)+4(sin2t+cos2t)
(3x−1)2+(3y)2=16(1)+4(1)=20
We are given that (3x−1)2+(3y)2=α.
Therefore, α=20.
Common Mistakes & Tips
- Be careful with the ratio of combinations. Ensure you are dividing them in the correct order and applying the formula correctly.
- When squaring and adding the equations to eliminate t, make sure to expand correctly and use the trigonometric identity sin2t+cos2t=1.
- Double-check your algebra when solving the system of equations for n and r.
Summary
We first used the given combination equations to find the values of n and r. Then, we used these values to find the coordinates of vertex C. Using the coordinates of vertices A, B, and C, we found the coordinates of the centroid. Finally, we manipulated the centroid equations to eliminate the parameter t and find the locus of the centroid, which allowed us to determine the value of α.
Final Answer
The final answer is \boxed{20}, which corresponds to option (C).