Answer:
-3
Three feet below the initial elevation
Step-by-step explanation:
The initial elevation is 224 feet.
We take descent to be negative and ascent to be positive.
The numerical addition expression is

We simplify this to obtain:

The negative sign means Sally is 3 feet below his initial elevation
Answer: x = -8 ; y = -6
Step-by-step explanation:
1*x-2*y=4
1*x = 4 + 2*y
x = 4 + 2*y
Now you replace the value of x on the following equation:
-1*x+10*y=8
-1*(4 + 2*y) = 8
-4 - 2*y = 8
-2*y = 8+4
-2*y = 12
y = -12/2
y = -6
You replace the value of y in the previous equation:
x = 4 + 2*y
x = 4 + 2*(-6)
x = 4 - 12
x = -8
The answer is b
it's a special triangle
Answer:
D. d = sqrt( ( x2-x1)^2 + (y2-y1)^2)
C. d = sqrt( ( x1-x2)^2 + (y1-y2)^2)
B. d = sqrt( (|x2-x1|^2 + |y2-y1|^2)
Step-by-step explanation:
Given two points (x1, y1) and (x2,y2) we can find the distance using
d = sqrt( ( x2-x1)^2 + (y2-y1)^2)
The order of the terms inside the square doesn't matter
d = sqrt( ( x1-x2)^2 + (y1-y2)^2)
When we are squaring are term, we can take the absolute value before we square and it does not change the value
d = sqrt( (|x2-x1|^2 + |y2-y1|^2)