Find all quadruples of positive integers , where and are prime numbers and , such that
Solution
We are tasked with finding all quadruples of positive integers , where and are prime numbers, , and they satisfy the equation:
Given the integers involved, we will first check small values for , and test if they can satisfy the equation.
### Case 1:
If , the equation becomes:
Rearranging gives:
Check small values of starting from :
- **For :**
- **For :**
- **For :**
Here we find a solution: .
### Case 2:
If , the equation becomes:
Rearranging gives:
Check small values of :
- **For :**
- **For :**
- **For :**
Here we find another solution: .
### Verification for Other Possible Primes
Beyond , the exponential growth of becomes too large rapidly compared to the relatively small possibilities of , thus unlikely to satisfy the equation. Therefore, we focus on small primes and small values for .
### Conclusion
The solutions that satisfy the equation are:
These are the only solutions that meet the conditions of the given problem.