Question: In Maple, the ithprime function returns the ith prime number. Note that 1 is not a prime number. The first prime number is 2

In Maple, the ithprime function returns the ith prime number. Note that 1 is not a prime number. The first prime number is 2. For example,

P:=[seq(ithprime(i),i=1..100)];

will assign P the list of the first 100 prime numbers.

 

(a) Enter the sum of the first 77 prime numbers in the box below.

   

 

(b) Enter the sum of squares of the prime numbers from the 34 th prime to the 58 th prime inclusive in the box below

   

(c) Enter the product  the prime numbers from the 10 th prime to the 19 th prime inclusive in the box below.

Please Wait...