InterviewSolution
Saved Bookmarks
| 1. |
Four numbers have been given in the options, out of which three are alike in some manner and one is different. Select the number that is different.1. 6432. 6773. 5624. 557 |
|
Answer» Correct Answer - Option 3 : 562 The logic followed here is: 643, 677 and 557 are the prime numbers and 562 is a non-prime number. So 562 - option 3 is different from others. Prime number - The number which is divisible by 1 and itself called a prime number. Exp - 2, 3, 5, 7... 1 is neither a prime nor a composite number. Hence, "option 3" is the correct answer. |
|