Parallel is MN and QP and perpendicular is MQ and OP
X + y = 2 —> y = 2 - x
insert to first equation
2-x=x^2-3x-6
x^2 - 3x - 6 - 2 + x = 0
x^2 - 2x - 8 = 0
(x-4)(x+2) = 0
x = 4 or x = -2
Answer:
d = 115.4 mi
Step-by-step explanation:
Since it gives us the distance in between the locations, we simply label the distances:
From the Garbage to the Hotel is 58.3 miles.
From the Hotel to the Hardware Store is 57.1 miles.
We are trying to find the distance from the Garbage to the Hardware Store, we simply add the distances between:
58.3 mi + 57.1 mi = 115.4 mi
Answer:
d(4) = 64
Step-by-step explanation:
Using the recursive formula
d(n) = d(n - 1) + 17 with d(1) = 13, then
d(2) = d(1) + 17 = 13 + 17 = 30
d(3) = d(2) + 17 = 30 + 17 = 47
d(4) = d(3) + 17 = 47 + 17 = 64