To solve this problem, we need to determine the probability p that a randomly selected point (x,y,z)∈Z3 can be seen from the origin. A point (x,y,z) can be seen from the origin if and only if the greatest common divisor (gcd) of x, y, and z is 1, i.e., gcd(x,y,z)=1.
1. **Understanding the Probability p**:
The probability p that a randomly selected point (x,y,z) can be seen from the origin is the probability that gcd(x,y,z)=1. This is equivalent to the probability that x, y, and z are coprime.
2. Using the Principle of Inclusion-Exclusion:
To find this probability, we use the principle of inclusion-exclusion. For a prime p, the probability that p divides at least one of x, y, or z is:
P(p∣x or p∣y or p∣z)=1−P(p∤x and p∤y and p∤z)
Since x, y, and z are independently chosen, the probability that p does not divide any of them is:
P(p∤x)=P(p∤y)=P(p∤z)=1−p1
Therefore,
P(p∤x and p∤y and p∤z)=(1−p1)3
Hence,
P(p∣x or p∣y or p∣z)=1−(1−p1)3
3. Complementary Probability:
The probability that x, y, and z are coprime is the product over all primes p of the complementary probabilities:
p=p prime∏(1−P(p∣x or p∣y or p∣z))=p prime∏(1−(1−(1−p1)3))
Simplifying the expression inside the product:
p=p prime∏(1−(1−(1−p1)3))=p prime∏(1−(1−(1−p3+p23−p31)))
p=p prime∏((1−p1)3)
4. Using the Riemann Zeta Function:
The product over all primes can be expressed using the Riemann zeta function ζ(s):
p prime∏(1−ps1)=ζ(s)1
Therefore,
p=p prime∏(1−p1)3=ζ(3)1
Hence,
p1=ζ(3)
5. **Identifying i, k, and s**:
Given that p1=∑n=i∞nsk, we recognize that this is the definition of the Riemann zeta function ζ(s) for s=3, starting from n=1 with k=1:
ζ(3)=n=1∑∞n31
The final answer is i=1, k=1, and s=3.