Join ExamsbookAnswer : 1. "87"
The series of differences between consecutive prime numbers is represented as Cp1, Cp2, Cp3, .... Cpn , Whare Cp1 is the difference between the second and the first prime number. Find the sum of series when n = 23, given that the 23rd prime number is 83 ?5
Q: The series of differences between consecutive prime numbers is represented as Cp1, Cp2, Cp3, .... Cpn , Whare Cp1 is the difference between the second and the first prime number. Find the sum of series when n = 23, given that the 23rd prime number is 83 ?
- 187true
- 281false
- 383false
- 485false
- Show AnswerHide Answer
- Workspace
Answer : 1. "87"
Explanation :
Answer: A) 87 Explanation: Cp1 = p2 - p1 , Cp2 = p3 - p2 ......Cp23 = p24 - p23Sum of series = (p2-p1) + (p3-p2) + .....(p23-p22) + (p24-p23)All terms get cancelled, except p1 = 2 and p24 = 89 So Sum = -p1 + p24Sum of series = -2 + 89 = 87