Which of the following are/is prime?
I. 143
II. 147
III. 149
(A) II only
(B) III only
(C) I & II
(D) I & III
(E) I, II, & III
The OA is B.
How can I find the prime number quickly?
Hi VJesus12,
Let's take a look at your question.
We are asked to find the prime number from the options given. We know that a prime number has only two divisors 1 and the number itself.
So to find if a number is a prime number or not we will check if it has any divisor other than 1 and the number itself.
We will look for two shortcuts to reach the solution.
Shortcut 1:
We will test the given numbers for the prime divisors only i.e. 2, 3, 5, 7, 11, 13, ...
Shortcut 2:
We will find the nearest perfect square to the number given. Find its square root and will limit testing till that number.
For example, for 143, the nearest perfect square is 144 and its square root is 12.
So we will limit the testing till 11 because 11 is the last prime number below 12.
It means we need to test 143 for 2, 3, 5, 7 and 11. If 143 is not divisible by any of these it will be a prime number.
Let's check 143.
143 is not divisible by 2.
143 is not divisible by 3.
143 is not divisible by 5.
143 is not divisible by 7
143 is divisible by 11.
Therefore, 143 is not a prime number.
Lets check 147 now.
Nearest perfect square is 169 and its square root is 13.
Therefore we will check 147 for 2, 3, 5, 7 and 11
147 is not divisible by 2.
147 is divisible by 3.
Therefore, 147 is not a prime number.
Let's check 149 now.
Nearest perfect square is 169 and its square root is 13.
Therefore we will check 149 for 2, 3, 5, 7 and 11
149 is not divisible by 2.
149 is not divisible by 3.
149 is not divisible by 5.
149 is not divisible by 7.
149 is not divisible by 11.
149 is not divisible by any of the prime number in the list.
Therefore, 149 is a prime number.
Therefore Option
B is correct.
Hope it helps.
I am available if you'd like any follow up.