Solution:Case 1: If k = 3
p + q = 3
1 + 2 = 3
Here, p and q have unique values. Hence, this is discarded.
Case 2: If k = 4
p + q = 4
1 + 3 = 4
Here, p and q have unique values. Hence, this is discarded.
Case 3: If k = 5
p + q = 5
1 + 4 = 5, 2 + 3 = 5
Thus, here p can be 1 or 2 and q can be 4 or 3. So, here p and q have multiple possible values.