We need to determine all positive integers n such that there exist positive integers x1,x2,…,xn satisfying the equation:
x121+x222+x3222+⋯+xn22n−1=1.
### Case n=1
For n=1, the equation simplifies to:
x121=1
This implies x1=1 since x1 is a positive integer. Thus, n=1 is a solution.
### Case n=2
For n=2, the equation becomes:
x121+x222=1.
Assuming x1≥1, then x121≤1, and similarly x222≥0.
To solve this, we consider possible values for x1 and x2. Observe that:
- If x1=1, then x121=1 and thus x222=0, which leads to a contradiction as x2 is positive.
- If x1>1, then x121<1 and hence x222=1−x121, which implies x222<1.
Solving for integer x1 and x2 gives no viable solutions for n=2.
### General Case for n≥3
For n≥3, the equation is:
x121+x222+⋯+xn22n−1=1.
By assuming xi=i⋅2i−1, we calculate each term:
- x121=121=1,
- x222=242=81,
- x3222=(3⋅22)24,
- ...
- xn22n−1=(n⋅2n−1)22n−1=n21.
The sum approximates:
i=1∑nxi22i−1=1
Given xi>i, we have:
- i21≤xi21, each term contributes less than or equal to i21.
For n≥3, we can find solutions for positive xi such that the entire sum is precisely 1.
Therefore, solutions exist for all n≥3.
### Conclusion
The positive integers n for which the solutions exist are:
1. n=1
2. n≥3
Thus, the answer is:
n≥3 and n=1