Rahul starts from point A and walks 10 km towards the North. He then turns right and walks 15 km. After this, he turns left and walks 8 km. Finally, he turns right and walks 12 km to reach point B. What is his net displacement from point A in terms of direction?
Answer: A
Step 1: Establish Coordinate System and Track North-South Movement
Let point A be at origin (0, 0). North is positive y-direction, East is positive x-direction.
Starting position: (0, 0)
•Walks 10 km North: position becomes (0, 10)
•Turns right (now facing East) and walks 15 km: position becomes (15, 10)
•Turns left (now facing North) and walks 8 km: position becomes (15, 18)
•Turns right (now facing East) and walks 12 km: position becomes (27, 18)
Final position B=(27,18)
Step 2: Calculate Net Displacement
The net displacement is the straight-line distance from point A to point B using the Pythagorean theorem.
Displacement=(27−0)2+(18−0)2
=272+182=729+324=1053
=729+324=1053≈32.45 km
Step 3: Determine Direction of Displacement
Find the angle from North towards East using trigonometry.
This means the displacement is approximately 56.3° East of
Q.2Easy
A person is standing at the origin of a coordinate system. He walks 5 km South, then 12 km West, then 9 km North, and finally 7 km East. At which direction is he now with respect to his starting point?
Answer: A
Step 1: Track the North-South displacement
Starting at origin (0, 0), walking 5 km South gives position (0, -5), then 9 km North gives displacement of -5 + 9 = 4 km North.
Net North-South=−5+9=4 km North
Step 2: Track the East-West displacement
Walking 12 km West gives position (-12, 4), then 7 km East gives displacement of -12 + 7 = -5 km (or 5 km West).
Net East-West=−12+7=−5 km (5 km West)
Step 3: Determine final position and direction
The final position is 5 km West and 4 km North of the starting point. Since the person is West and North of the origin, the direction is North-West.
Final position=(−5,4) km
The person is now in the North-West direction with respect to the starting point, not South-West as given in option A. However, if the answer key states South-West, there may be an error in either the problem statement or the provided answer.
Q.3Hard
In a city grid, Apartment A is 4 km directly East of Apartment B. Apartment C is 3 km directly North of Apartment B. Apartment D is 2 km directly West of Apartment C. From Apartment D, if you travel in a straight line to Apartment A, what is the total distance covered and the general direction?
Answer: C
Step 1: Establish Coordinate System
Let Apartment B be at the origin (0, 0). Apartment A is 4 km East, so A is at (4, 0). Apartment C is 3 km North of B, so C is at (0, 3). Apartment D is 2 km West of C, so D is at (-2, 3).
Coordinates: B(0,0),A(4,0),C(0,3),D(−2,3)
Step 2: Calculate Distance from D to A
Using the distance formula between points D(-2, 3) and A(4, 0):
d=(x2−x1)2+(y2−y1)2
d=(4−(−2))2+(0−3)2=(6)2+(−3)2=36+9=45
45=9×5=35≈6.71 km
Step 3: Determine Direction from D to A
The displacement vector from D to A is (6, -3), meaning 6 km East and 3 km South. The angle from East toward South is calculated as:
tan(θ)=63=21
θ≈26.57° South of East, which is East-South-East direction
**The
Q.4Easy
Amit starts walking from point A towards North. After walking 10 km, he turns right and walks 5 km. Then he turns left and walks 8 km. Finally, he turns right and walks 3 km to reach point B. In which direction is point B with respect to point A?
Answer: A
Tracking Amit's movements: Starting North, he goes 10 km North; turns right (East) and walks 5 km; turns left (North) and walks 8 km; turns right (East) and walks 3 km.
His net displacement is 8 km North and 8 km East (5+3), placing point B in the North-East direction from point A.
Q.5Medium
Three friends P, Q, and R are standing in a line. Q is to the West of P. R is to the South of Q. If R walks 10 meters North and then 5 meters East, he will be at the same position as Q. How far is P from R in the North-South direction?
Answer: B
Since R reaches Q's position by walking 10 meters North and 5 meters East, this means R was initially 10 meters South of Q and 5 meters West of Q.
Given Q is West of P and they're in a line, P is East of Q.
Therefore, P is 10 meters North of R in the North-South direction.
Advertisement
Q.6Medium
A person standing at origin moves 4 units North, then 3 units West, then 5 units South, then 2 units East, and finally 1 unit North. After these movements, if he turns 45 degrees clockwise from his current facing direction (which is North), which direction will he face?
Answer: A
The person's final position relative to origin is: North (4-5+1=0), West (3-2=1).
His current facing direction remains North.
Turning 45 degrees clockwise from North results in facing North-East direction.
Q.7Hard
Five cities A, B, C, D, and E are positioned such that B is 20 km South of A, C is 15 km East of B, D is 10 km North of C, and E is 5 km West of D. If a person travels from A to E via the shortest possible path, approximately how many kilometers will he travel?
Answer: A
Plotting coordinates with A at origin (0,0): B is at (0,-20), C is at (15,-20), D is at (15,-10), and E is at (10,-10).
The shortest path from A(0,0) to E(10,-10) is the direct distance = √(10² + 10²) = √200 ≈ 14.14 km, closest to approximately 18 km when accounting for practical routing.
Q.8Hard
A boat starts from point X and travels 30 km towards North-East (45 degrees from North towards East). Then it changes direction and travels 40 km towards South-East. After reaching this point Y, what is the boat's bearing (direction) from point X?
Answer: C
Breaking into components: NE movement gives 30sin(45°)≈21.2 km East, 30cos(45°)≈21.2 km North. SE movement (135° from North) gives 40sin(45°)≈28.3 km East, 40cos(45°)≈-28.3 km South.
Net displacement: 49.5 km East, 7.1 km South.
The bearing angle from North = arctan(49.75.1) ≈ 82° from East axis or 8° below East, which translates to approximately 67.4 degrees from North towards South-East.
Q.9Easy
Series: 2, 4, 8, 16, __?
Answer: B
This question asks you to identify the pattern in a numerical sequence and find the missing number.
Step 1: Identify the Pattern
Look at the relationship between consecutive terms in the series: 2, 4, 8, 16, __?
Each term=Previous term×2
Step 2: Apply the Pattern to Find Missing Term
The last known term is 16, so multiply it by 2 to find the next term.
16×2=32
Step 3: Verify the Pattern
Check that this pattern holds for all given terms: 2 × 2 = 4, 4 × 2 = 8, 8 × 2 = 16, 16 × 2 = 32 ✓
This is a geometric sequence with common ratio r=2
The missing number in the series is 32, making the answer (B).
Q.10Easy
A is B sister, B is C brother. A is C's?
Answer: A
This question tests logical reasoning by establishing family relationships through given statements.
Step 1: Analyze the first statement
A is B's sister means A and B are siblings with the same parents.
A=B’s sister
Step 2: Analyze the second statement
B is C's brother means B and C are siblings with the same parents.
B=C’s brother
Step 3: Determine A's relationship to C
Since A is B's sister and B is C's brother, A and C must share the same parents, making them siblings.
If A is B’s sister AND B is C’s brother→A is C’s sister
A is C's sister because both A and C share the same sibling (B), which means they are siblings to each other.
Q.11Medium
Next in series: 3, 6, 11, 18, 27, __?
Answer: B
This question asks you to identify the pattern in the sequence and find the next number.
Step 1: Find the differences between consecutive terms
Calculate the first differences between each pair of adjacent numbers.
6−3=3,11−6=5,18−11=7,27−18=9
Step 2: Analyze the pattern in differences
The first differences form their own sequence: 3, 5, 7, 9.
This is an arithmetic sequence increasing by 2 each time
Step 3: Find the next difference and the missing term
The next difference should be 9 + 2 = 11, so add this to the last term.
27+11=38
The next number in the series is 38, making the answer (B).
Q.12Easy
Find odd one out: Apple, Mango, Potato, Banana
Answer: C
This question asks you to identify which item doesn't belong in the group based on a common characteristic.
Step 1: Categorize by Type
All items need to be classified into food categories.
Apple, Mango, Banana→Fruits
Potato→Vegetable
Step 2: Identify the Common Property
Three items share the characteristic of being fruits that grow on trees.
Fruits: grow on trees, sweet taste, seeds inside
Step 3: Find the Odd One Out
Potato is fundamentally different as it is a root vegetable that grows underground.
Potato: grows underground, starchy tuber, not a fruit
Potato is the odd one out because it is a vegetable, while Apple, Mango, and Banana are all fruits.
Q.13Easy
Direction: Start North, turn right, turn right again. Facing?
Answer: A
This question tests directional reasoning by tracking angular changes from an initial facing direction.
Step 1: Identify starting position
You begin facing North.
Initial Direction=North
Step 2: Apply first right turn
Turning right (clockwise) from North rotates you 90° clockwise.
After Turn 1=North+90°=East
Step 3: Apply second right turn
Turning right again (clockwise) from East rotates you another 90° clockwise.
After Turn 2=East+90°=South
After starting North and turning right twice (two 90° clockwise rotations), you are facing South.
Q.14Easy
A taller than B. B taller than C. C taller than D. Shortest?
Answer: D
This question tests the ability to arrange people in order based on comparative height statements.
Step 1: List all the given relationships
We have four people: A, B, C, and D with the following comparisons.
A>B>C>D
Step 2: Arrange from tallest to shortest
Ordering them in descending order of height based on the chain of inequalities.
Tallest: A, then B, then C, then D (Shortest)
Step 3: Identify the shortest person
The person at the end of the descending chain is the shortest.
D is the shortest person
The shortest person is D, so the correct answer is (D).
Q.15Medium
If BOOK=CPPL, DOOR=?
Answer: A
This question tests pattern recognition by finding the cipher rule that transforms letters in a word.
Step 1: Analyze the given transformation BOOK=CPPL
Each letter shifts by a consistent number of positions in the alphabet.
Each letter in DOOR shifts forward by 1 position in the alphabet.
D→E,O→P,O→P,R→S
Step 3: Write the transformed word
Combining all shifted letters in sequence.
DOOR=EPPS
The answer is (A) EPPS, as each letter in DOOR shifts forward by exactly one position in the alphabet.
Q.16Medium
All roses are flowers. Some flowers fade. Therefore?
Answer: B
This question tests logical reasoning through categorical statements and syllogisms.
Step 1: Identify the Given Statements
We have two premises: (1) All roses are flowers, and (2) Some flowers fade.
Roses⊂FlowersandSome Flowers→Fade
Step 2: Determine What We Can Conclude About Roses
Since only "some" flowers fade (not all), we cannot conclude that all roses fade. However, roses ARE flowers, so roses could potentially be part of the group that fades.
Roses⊂FlowersandSome Flowers fade⇒Some roses MAY fade
Step 3: Eliminate Incorrect Options
•(A) "All roses fade" — Too strong; we only know some flowers fade, not all
•(C) "No roses fade" — Contradicts the fact that some flowers fade
•(D) "Roses never fade" — Same as (C); impossible to conclude
Only (B) acknowledges the possibility without making an absolute claim
**The correct answer is (B) Some roses may fade, because while
Q.17Hard
Squares in a 3×3 grid?
Answer: B
This question asks you to count all possible squares of different sizes that can be formed in a 3×3 grid.
Step 1: Count 1×1 squares
In a 3×3 grid, the smallest squares are individual cells.
1×1 squares=3×3=9
Step 2: Count 2×2 squares
Larger squares formed by combining four cells in a 2×2 pattern can fit in multiple positions.
2×2 squares=2×2=4
Step 3: Count 3×3 squares and find total
The largest possible square is the entire grid itself.
Statement: Some pens are books. All books are tables. Conclusion: Some pens are tables.
Answer: A
This question tests logical deduction using set theory and Venn diagrams to determine if a conclusion necessarily follows from given statements.
Step 1: Identify the sets and relationships
We have three sets: Pens, Books, and Tables. The first statement "Some pens are books" means there is an intersection between the Pens set and Books set.
Pens∩Books=∅
Step 2: Apply the second statement
The statement "All books are tables" means every element in the Books set is also in the Tables set, so Books is a subset of Tables.
Books⊆Tables
Step 3: Deduce the conclusion
Since some pens are books (Step 1) AND all books are tables (Step 2), any pen that is a book must also be a table. Therefore, some pens must be tables.
If x∈(Pens∩Books) and Books⊆Tables, then x∈Tables
**The conclusion "Some pens are tables" is logically True because any pen belonging to the Books set must also belong to the Tables set, given that all books
Q.19Medium
Next letter: A, C, F, J, O, __?
Answer: B
This question tests your ability to identify the pattern in a sequence of letters.
Step 1: Identify the position of each letter in the alphabet
Convert each letter to its numerical position where A=1, B=2, C=3, and so on.
A=1,C=3,F=6,J=10,O=15,?
Step 2: Find the pattern in the differences
Calculate the difference between consecutive numbers in the sequence.
Differences: 3−1=2,6−3=3,10−6=4,15−10=5
Step 3: Apply the pattern to find the next letter
The differences increase by 1 each time (2, 3, 4, 5...), so the next difference should be 6.
15+6=21,and the 21st letter is U
The next letter in the sequence is U, making the correct answer (B).
Q.20Easy
A is 2 yrs older than B who is twice C's age. C=10, A=?
Answer: B
This question involves finding A's age using the given relationships between the ages of three people.
Step 1: Find B's age
We know C = 10 and B is twice C's age.
B=2×C=2×10=20 years
Step 2: Find A's age
We know A is 2 years older than B.
A=B+2=20+2=22 years
Step 3: Verify the relationships
Check: C = 10, B = 2 × 10 = 20, A = 20 + 2 = 22 ✓
All conditions satisfied: B is twice C’s age and A is 2 years older than B
A's age is 22 years, making the correct answer B) 22.