To find all pairs of prime numbers (p,q) such that pq∣5p+5q, we consider several cases:
1. **Case 1: Either p or q is 2.**
- Assume p=2. Then 2q∣52+5q.
- This simplifies to 2q∣25+5q.
- Since 25≡1(mod2), we have 5q+1≡0(modq), implying q∣30.
- The prime divisors of 30 are 2, 3, and 5. Since q=2, the possible values for q are 3 and 5.
- Thus, the pairs (p,q) are (2,3) and (2,5).
2. **Case 2: p=q=5.**
- Clearly, 52∣55+55, so (5,5) is a solution.
3. **Case 3: p=5 and q=5.**
- Then 5q∣55+5q.
- This simplifies to 5q∣3125+5q.
- Since 3125≡0(mod5), we have 5q+3125≡0(modq), implying q∣3126.
- The prime divisors of 3126 are 2 and 313. Thus, the pairs (p,q) are (5,2) and (5,313).
4. **Case 4: p=5 and q=5.**
- Assume p>q. Then pq∣5p+5q.
- This implies 5q(5p−q+1)≡0(modpq).
- Therefore, 5p−q≡−1(modq) and ordq(5)∣2(p−q).
- Since ordq(5)∤p−q, we get a contradiction in the valuation of 2, leading to no further solutions.
Combining all cases, the pairs of prime numbers (p,q) that satisfy the condition are:
(2,3),(2,5),(3,2),(5,2),(5,5),(5,313),(313,5)