Find the number of rational numbers are there such that and .
Notation : denotes the factorial notation. For example, .
Inspired by Aman Rajput .
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.
The problem thus reduces to partitioning the 9 clusters 2 2 2 , 3 1 0 , 5 6 , 7 3 , 1 1 2 , 1 3 , 1 7 , 1 9 , 2 3 into m and n .
For any cluster, there are two choices, it could either be in m or in n . So, there are 2 9 ways to split them.
How do we eliminate the cases where m > n ? Well, for any pair ( m , n ) , if m > n , switching them obtains a pair ( n , m ) , where n < m . Hence there are half as many ways to split the numbers in the way we desire.
That'd be 2 2 9 = 2 8 ways.