Q287. If all cats are animals and some animals are dogs, which of the following is true?
Why: Since not all animals are cats, it is possible that some animals are not cats.
Q288. In a certain code language, if 'CAT' is coded as '3120', how is 'DOG' coded?
Why: Each letter corresponds to its position in the alphabet (C=3, A=1, T=20). DOG is D=4, O=15, G=7. Concatenate to get 4157.
Q289. What is the next number in the series: 2, 4, 8, 16, ...?
Why: This is a geometric series where each number is multiplied by 2. 16 * 2 = 32.
Q290. What will come next in the series: A, B, C, D, ...?
Why: This series follows the English alphabet. The next letter after D is E.
Q291. A is the brother of B, B is the sister of C. What is the relation of C to A?
Why: Since A is the brother of B and B is the sister of C, C is also a sibling of A.
Q292. Which one of the following does not belong to the group?
Why: Apple, Banana, and Mango are fruits, while Carrot is a vegetable.
Q293. Find the missing number in the series: 3, 6, 11, 18, ?
Why: The difference between the numbers is increasing as follows: 3 (3), 5 (11-6), 7 (18-11). The next difference will be 8, so 18 + 8 = 26.
Q294. If you face north and turn 90 degrees clockwise, which direction will you be facing?
Why: Turning 90 degrees clockwise from North leads you to East.
Q295. In a class of 40 students, A is ranked 10th and B is ranked 15th. How many students are ranked below B?
Why: Since B is ranked 15th, there are 40 - 15 = 25 students ranked above B and 25 - 1 (B) = 24 students below B.
Q296. In a row of chairs, A is sitting to the left of B and C is sitting to the right of A. Who is sitting in the middle?
Why: The arrangement is A (left) - B (middle) - C (right), so A is in the middle.
Q297. If in a certain puzzle, 2 + 2 = 8, then what is 3 + 3 equal to?
Why: In the puzzle, the pattern shows that the sum is multiplied by 4. Thus, 3 + 3 = 6 and 6 * 4 = 24.
Q298. All roses are flowers. Some flowers are red. Therefore, some roses are red. Is this conclusion valid?
Why: The conclusion cannot be definitively drawn from the premises provided.
Q299. Statement: All birds can fly. Conclusion: Penguins can fly. Is this conclusion valid?
Why: The conclusion is invalid because there are flightless birds like penguins.
Q300. What day of the week is 1st January 2023?
Why: 1st January 2023 is a Sunday.
Q301. What is the angle between the hour hand and the minute hand at 3:15?
Why: At 3:15, the hour hand is at 97.5 degrees and the minute hand is at 90 degrees. The angle between them is 97.5 - 90 = 7.5 degrees.
Q302. If two dice are thrown, what is the probability of getting a sum of 7?
Why: The possible combinations that yield a sum of 7 are (1,6), (2,5), (3,4), (4,3), (5,2), and (6,1). Hence, there are 6 favorable outcomes out of 36.
Q303. How many edges does a cube have?
Why: A cube has 12 edges.
Q304. What will be the mirror image of the letter 'P'?
Why: The mirror image of 'P' looks like 'b'.
Q305. What will be the water image of the letter 'M'?
Why: The water image of 'M' looks like 'W'.
Q306. If a paper is folded in half and then folded again, how many layers does it have?
Why: Every fold doubles the number of layers. First fold: 2 layers, second fold: 4 layers.
Q307. Which figure can be embedded in the given shape?
Why: Figure A perfectly fits within the given shape.
Q308. What comes next in the pattern: 1, 4, 9, 16, ...?
Why: This sequence consists of perfect squares. The next perfect square after 16 is 25 (5^2).
Q309. How many triangles are in the given figure?
Why: Count each triangle in the figure. There are 12 triangles in total.
Q310. In a Venn diagram, if A and B are two sets with an intersection, what does the intersection represent?
Why: The intersection in a Venn diagram shows the common elements between the two sets.