Question
Given N is a positive integer less than 31, how many values can n take if (n + 1) is a factor of n!
CAT 2021
Correct option is
Explanatory Answer
According to ques , the number is a multiple of
if n! is a multiple of , it has to be a multiple of
the smallest factorial should be 24! , so , when n= 24, 25 or 26 , n! will be multiple of (not )
similarly ,we have to find n! such that it is a multiple of
but not . when n = 24 , 25 , 26 , 27 , n! will be multiple of but nothence the smallest n from 24 , 25 , 0r 26 , will be 24 .
hence C is the correct option , "24 , 3"