SOLUTION: If 9 combination n : 8combination (n-2) = 9:4, find the values of n.

Algebra ->  Permutations -> SOLUTION: If 9 combination n : 8combination (n-2) = 9:4, find the values of n.      Log On


   



Question 1207518: If 9 combination n : 8combination (n-2) = 9:4, find the values of n.
Found 2 solutions by greenestamps, math_tutor2020:
Answer by greenestamps(13200) About Me  (Show Source):
You can put this solution on YOUR website!


C%289%2Cn%29%2FC%288%2C%28n-2%29%29=9%2F4

"cross multiply"

4%2AC%289%2Cn%29=9%2AC%288%2C%28n-2%29%29

Rewrite using definition of C(n,r), and simplify





Rearrange factors so that each fraction has "similar" factorials



Simplify and solve

%284%2F9%29%289%29=%28n%28n-1%29%29%2F%2810-n%29

4=%28n%5E2-n%29%2F%2810-n%29

4%2810-n%29=n%5E2-n

40-4n=n%5E2-n

n%5E2%2B3n-40=0

%28n%2B8%29%28n-5%29=0

n = -8 or n = 5

Ignore the negative solution which makes no sense.

ANSWER: n=5

CHECK:
C(9,n)=C(9,5)=126
C(8,n-2)=C(8,3)=56
126/56=9/4

---------------------------------------------------------

Or, for a faster solution which gives you no practice with manipulating factorials....

n=3? C(9,3)=84; C(8,1)=8; 84/8 not = 9/4 No
n=4? C(9,4)=126; C(8,2)=28; 126/28 not = 9/4 No
n=5? C(9,5)=126; C(8,3)=56; 126/56 = 9/4 YES


Answer by math_tutor2020(3817) About Me  (Show Source):
You can put this solution on YOUR website!

The tutor greenestamps has a great solution. It's probably the method your teacher wants you to follow.

If your teacher allows you to use a spreadsheet then you can use the Combin function to find the answer very quickly.
Avoid the Choose function since that's something entirely different.

nA = Combin(9, n)B = Combin(8, n-2)A/BIs A/B = 9/4 = 2.25?
236136No
384810.5No
4126284.5No
5126562.25Yes
684701.2No
736560.642857 (approx)No
89280.321429 (approx)No
9180.125No
According to the table, n = 5 will turn "9 combination n" into 126 and "8 combination (n-2)" becomes 56.
126/56 = 9/4 = 2.25