nCr:nC(r-1) = 2:3 , nC(r-2):nC(r-1) = 4:3 find n and r
Simplify the first equation:
Divide both sides by n!
In the right side, write r! as r(r-1)!
Divide both sides by (r-1)!
Write (n-r+1)! as (n-r+1)(n-r)!
Divide both sides by (n-r)!
Looks better turned around:
------------------
nC(r-2):nC(r-1) = 4:3
Simplify the second equation:
Divide both sides by n!
In the left side, write (r-1)! as (r-1)(r-2)!
Divide both sides by (r-2)!
On the right side, write (n-r+2)! as (n-r+2)(n-r+1)!
Divide both sides by (n-r+1)!
Now we solve the system of two equations for r and n
I'll let you solve that by elimination (addition).
n = 34, r = 21
Checking in the first given proportion:
nCr:nC(r-1) = 2:3 , nCr-2:nCr-1 = 4:3
34C21:34C20 = 927983760:1391975640
Both those huge integers are divisible by the
huge integer 463991880
927983760/463991880 = 2 and 1391975640/463991880 = 3
So that checks.
Checking n = 34, r = 21 in the second given proportion:
nC(r-2):nC(r-1) = 4:3
34C19:34C20 = 1855967520:1391975640
Both those huge integers are divisible by the
huge integer 463991880
1855967520/463991880 = 4 and from above 1391975640/463991880 = 3
That also checks.
Edwin