Accepted Answer
To solve this question, we need to use the component method and split our displacements into their x and y vectors. We will assign north and east as the positive directions.The first movement of 25m west is already split. x = -25m, y = 0m.The second movement of 45m [E60N] needs to be split using trig.x = 45cos60 = 22.5my = 45sin60 = 39.0mThen, we add the two x and two y displacements to get the total displacement in each direction.x = -25m + 22.5m = -2.5my = 0m + 39.0mWe can use Pythagorean theorem to find the total displacement. d² = x² + y²d = √(-2.5² + 39²)d = 39.08mAnd then we can use tan to find the angle.inversetan(y/x) = angleinversetan(39/2.5) = 86.3Therefore, the total displacement is 39.08m [W86.3N]