Mistakes give rise to Problems- 16

You can remove the brackets in a fraction (note that this is fraction, not the Legendre symbol ) , just like in the following fraction ( a b ) = a b \displaystyle \biggl(\color{#3D99F6}{\dfrac{a}{b}} \biggr) = \color{#3D99F6}{\dfrac{a}{b}}


But if you do that in the Binomial Coefficient \color{#69047E}{\textbf{Binomial Coefficient}} , like ( a b ) = a b \displaystyle \dbinom{a}{b} = \dfrac{a}{b} then it's a Big Mistake !!! \color{#D61F06}{\textbf{Big Mistake !!!}}


But for how many ordered pairs ( a , b ) \color{#20A900}{(a,b)} such that 0 a 20 0\leq a \leq 20 and 0 b 20 0\leq b \leq 20 is the above said "false" property seen to be "true" ?


Details and assumptions

\bullet\quad Factorial ( a ! a! ) is defined only for non-negative integers.

\bullet\quad ( a b ) = a ! b ! × ( a b ) ! \dbinom{a}{b} = \dfrac{a!}{b! \times (a-b)!}

\bullet\quad ( a b ) = 0 \dbinom{a}{b} = 0 if a < b a<b .

\bullet\quad 0 ! = 1 0! =1


This problem is a part of the set Mistakes give rise to Problems . Try other problems of the set too.


The answer is 59.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Aditya Raut
Aug 22, 2014

That's one of the uncommon mistakes, but that did give rise to a problem.

We observe that ( a b ) = a ! b ! ( a b ) ! = a b × ( a 1 ) ! ( b 1 ) ! ( a 1 ( b 1 ) ) ! = ( a 1 b 1 ) a b \dbinom{a}{b} =\dfrac{a!}{b! (a-b)!} = \dfrac{a}{b} \times \dfrac{(a-1)!}{(b-1)! \bigl( a-1 -(b-1) \bigr) !}= \dbinom{a-1}{b-1} \dfrac{a}{b}

Thus if you want ( a b ) = a b \dbinom{a}{b} = \dfrac{a}{b} then you must have ( ( a 1 b 1 ) 1 ) a b = 0 \biggl(\dbinom{a-1}{b-1}-1 \biggr) \dfrac{a}{b}=0

This gives us 2 cases, ( a 1 b 1 ) = 1 \dbinom{a-1}{b-1} =1 or a = 0 a=0


\bullet This is true at all cases where a = b a=b , (except a = b = 0 a=b=0 , because fraction will be not defined)

( a , b ) = ( k , k ) (a,b) = (k,k) , 1 k 20 1\leq k\leq 20 , giving 20 20 pairs.


\bullet And also if b 1 = 0 b-1=0 , because ( n 0 ) = n ! n ! 0 ! = 1 \dbinom{n}{0} = \dfrac{n!}{n! 0!} = 1

That is, whenever b = 1 b=1 , we have ( a b ) = ( a 1 ) = a \dbinom{a}{b}= \dbinom{a}{1} = a , obviously true (again, a 0 a\neq 0 , we'll count the cases later )

Gives ( a , b ) = ( k , 1 ) (a,b) = (k,1) where 1 k 20 1\leq k \leq 20 , giving again 20 pairs, but ( 1 , 1 ) (1,1) is repeated, so just 19 19 pairs.


\bullet Other cases than this are at a = 0 a=0 . ( 0 k ) = 0 k N \dbinom{0}{k} = 0 \quad \quad \quad \quad \forall k \in \mathbb{N} (number of ways of choosing k k objects from 0 0 objects will be 0 0 always)

That also adds cases, ( a , b ) = ( 0 , k ) (a,b) = (0,k) , where 1 k 20 1\leq k \leq 20 , giving again 20 20 pairs, total of 20 + 20 + 19 = 59 20+20+19 = \boxed{59} pairs satisfying this.

Note that the conclusion in the first paragraph is not entirely correct. What you have shown, is that

( ( a 1 b 1 ) 1 ) × a b = 0 ( { a - 1 \choose b - 1 } - 1 ) \times \frac{a}{b} = 0

You only concluded that ( a 1 b 1 ) 1 = 0 { a-1 \choose b-1 } - 1 = 0 , but not that a b = 0 \frac{ a}{b} = 0 . This would explain where your third case mysteriously came from, since ( 1 k ) 0 { -1 \choose k } \neq 0 .

Always remember to apply the zero product property carefully, and not ignore variables just because you can factorize them out.

Calvin Lin Staff - 6 years, 9 months ago

Log in to reply

Okay sir, I will update the solution. Thanks for the awesome guidance you've always been giving ... Brilliant rocks \color{#D61F06}{\textbf{Brilliant rocks}}

Aditya Raut - 6 years, 9 months ago

Here's my solution. We'll check 3 cases.

  1. a < b a<b . Then equality holds if and only if a = 0 , b 0 a=0, b\neq 0 , which gives us 20 \boxed{20} solutions.

  2. a = b a=b . Then equality holds if and only if a 0 , b 0 a\neq 0, b\neq 0 . This gives us 20 \boxed{20} solutions.

  3. a > b > 0 a>b>0 . Then the identity ( a b ) = a ! b ! ( a b ) ! \binom{a}{b}=\frac{a!}{b! (a-b)!} always holds. Our wanted equality holds if and only if ( a 1 ) ! = ( b 1 ) ! ( a b ) ! (a-1)!=(b-1)!(a-b)! holds.

(just multiply both sides by b ! ( a b ) ! a \frac{b! (a-b)!}{a} and simplify).

This equality holds if and only if b = 1 b=1 (you can try proving this yourself or you can use a program (C++, Python, etc.)). Since a > b a>b , we have a 2 a\ge 2 , which gives us 19 \boxed{19} solution.

Adding all the boxed numbers gives us the answer 59 \boxed{59} .

mathh mathh - 6 years, 9 months ago

Log in to reply

I think u missed a case (k,k-1)

Dipayan Bhattacharya - 6 years, 9 months ago

Log in to reply

There's no variable k k there. Do you mean the case when a = b + 1 a=b+1 (and this one is checked in the case a > b > 0 a>b>0 )? I don't understand what you mean, please elaborate.

mathh mathh - 6 years, 9 months ago

Log in to reply

@Mathh Mathh @mathh mathh Don't worry , he's not on the right track,

@Dipayan Bhattacharya , buddy, ( k k 1 ) = k k k 1 \dbinom{k}{k-1} = k \neq \dfrac{k}{k-1} ,

there is no equality unless k = 2 k=2 , and that case is simply ( 2 , 1 ) (2,1) and it has been counted.

Aditya Raut - 6 years, 9 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...