To address this issue, we will utilize the formula for determining the distance from a point to a line.
The formula is:
distance = | a x + b y + c | / sqrt (a^2 + b^2)
We have the line equation:
y = 2 x + 4
Rearranging it results in:
<span>y – 2 x – 4 = 0 -->
a = -2, b = 1, c = -4</span>
The coordinates given are:
(-4, 11) = (x, y)
Substituting into the distance formula:
distance = | -2 * -4 + 1 * 11 + -4 | / sqrt [(- 2)^2 + (1)^2]
distance = 15 / sqrt (5)
distance ≈ 6.7
<span>Thus, the tree is approximately 6.7 ft from the zip line.</span>