To find the distance between points A (4, 3) and E (12, 3) on the grid, we can use the distance formula derived from the Pythagorean theorem:
\[ d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} \]
Where:
- \((x_1, y_1)\) are the coordinates of point A
- \((x_2, y_2)\) are the coordinates of point E
Substituting the coordinates of A and E into the formula:
- A (4, 3) gives us \(x_1 = 4\) and \(y_1 = 3\)
- E (12, 3) gives us \(x_2 = 12\) and \(y_2 = 3\)
Now plug in the values:
\[ d = \sqrt{(12 - 4)^2 + (3 - 3)^2} \] \[ d = \sqrt{(8)^2 + (0)^2} \] \[ d = \sqrt{64 + 0} \] \[ d = \sqrt{64} \] \[ d = 8 \]
So, the distance between landmark A and landmark E is 8 units.