Bunuel
What is the probability that an integer chosen from a set P, which contains consecutive positive integers, when divided by 5, leaves a prime remainder?
(1) The value of the range of the integers in set P is 10.
(2) The largest integer in set P is 35.
It should be C
Statement 1: InsufficientRange gives us the number of sets which is 11. However, the number of prime remainders depends on where the sequence starts.
Say our set P contains 11 integers starting from 1 i.e. set P has elements 1,2,3,4,5,6,7,8,9,10,11. Remainder when divided by 5 would be 1,2,3,4,0,1,2,3,4,0,1 where we have 2,3 (primes) appearing twice.
If we have a set starting with 2 i.e. set P has elements 2,3,4,5,6,7,8,9,10,11,12. Remainder when divided by 5 would be 2,3,4,0,1,2,3,4,0,1,2 so we have 1 extra prime remainder in the form of last 2. This changes probability.
Statement 2: InsufficientLargest integer is 35, but again applying the same rule, without knowing how many elements are in the range, we cannot be sure of the remainder and its probability of being prime.
Combining, we know the set is 25-35 so we can calculate the total number of primes easily.