Let's determine the shortest distance between Meera and Sameera by analyzing their respective routes. Meera travels as follows:
Sameera travels as follows:
- 4 km east
- Turns right and travels 3 km (southward, since turning right from east implies a southward direction)
Now, let's plot their positions:
- Meera's final position: 4 km west, 3 km north
- Sameera's final position: 4 km east, 3 km south
To find the shortest distance between them, use the distance formula between two points (x1, y1) and (x2, y2):
d = √[(x2 - x1)² + (y2 - y1)²]
Substitute the respective coordinates:
d = √[(4 - (-4))² + (-3 - 3)²]
d = √[(8)² + (-6)²]
d = √[64 + 36]
d = √100
The shortest distance is 10 km.
Thus, the correct answer is 10 kms.