Sum of 5 consecutive positive multiples of a prime number is 105 .............. Given
Using this property, lets assume this prime number as N and first multiple out of 5 consecutive ones as X.
Adding 4 consecutive multiple of N to X for the sum, we get -
X + X + N + X + 2N + X + 3N + X + 4N = 105
that is, 5X + 10N = 105
that is, X + 2N = 21 ................. (I)
Now, N cannot be 2 as sum of it's 5 multiples is odd and sum of any multiple of 2 is even and N cannot be greater than 10 otherwise 2N will be greater than 21 making above equation invalid.
So, range of N is between 3 and 10, inclusive and possible values of N are 3,5 and 7.
We know that X is a multiple of N. Using (I) from above, start plugging in values in reverse.
N = 7 gives 2N = 14 and X = 6 - Incorrect as 6 is not multiple of 7.
N = 5 gives 2N = 10 and X = 11 - Incorrect as 11 is not multiple of 5.
N = 3 gives 2N = 6 and X = 15 - CORRECT as 15 is multiple of 3.
So, N = 3 and sum of first 5 multiples of N = 3+6+9+12+15 = 45.
Hence, B is the correct answer.