To solve the problem, we need to find the number of ordered quadruples (a,b,c,d) of distinct positive integers such that ((dc)(ba))=21.
First, we note that 21 can be expressed as a binomial coefficient in the following ways:
21=(27)=(57)=(121)=(2021)
We will consider each case separately and count the number of valid quadruples (a,b,c,d) for each case.
1. **Case 1: ((dc)(ba))=(27)**
- (ba)=7
- (dc)=2
To make (ba)=7, we have:
(17)=7and(67)=7
To make (dc)=2, we have:
(12)=2
Therefore, the possible quadruples are:
(7,1,2,1)and(7,6,2,1)
However, the numbers must be distinct, so (7,1,2,1) is not valid. Thus, there is only 1 valid solution:
(7,6,2,1)
2. **Case 2: ((dc)(ba))=(57)**
- (ba)=7
- (dc)=5
To make (ba)=7, we have:
(17)=7and(67)=7
To make (dc)=5, we have:
(15)=5and(45)=5
Therefore, the possible quadruples are:
(7,1,5,1),(7,1,5,4),(7,6,5,1),(7,6,5,4)
However, the numbers must be distinct, so (7,1,5,1) is not valid. Thus, there are 3 valid solutions:
(7,1,5,4),(7,6,5,1),(7,6,5,4)
3. **Case 3: ((dc)(ba))=(121)**
- (ba)=21
- (dc)=1
There are no ways to make (dc)=1 with distinct positive integers, so there are no valid solutions for this case.
4. **Case 4: ((dc)(ba))=(2021)**
- (ba)=21
- (dc)=20
To make (ba)=21, we have:
(27)=21and(57)=21and(121)=21and(2021)=21
To make (dc)=20, we have:
(120)=20and(1920)=20and(36)=20
Therefore, the possible quadruples are:
(21,1,20,1),(21,1,20,19),(21,1,6,3),(21,20,20,1),(21,20,20,19),(21,20,6,3),(7,2,20,1),(7,2,20,19),(7,2,6,3),(7,5,20,1),(7,5,20,19),(7,5,6,3)
However, the numbers must be distinct, so (21,1,20,1), (21,20,20,1), and (21,20,20,19) are not valid. Thus, there are 9 valid solutions:
(21,1,20,19),(21,1,6,3),(21,20,6,3),(7,2,20,1),(7,2,20,19),(7,2,6,3),(7,5,20,1),(7,5,20,19),(7,5,6,3)
Adding up all the valid solutions from each case, we get:
1+3+0+9=13
The final answer is 13.