Answer:
1048576 is correct!
Step-by-step explanation:
First, subtract y2 - y1 to find the vertical distance. Then, subtract x2 - x1 to find the horizontal distance.
Formula to find distance given two points.
Square root (X2 - X1)^2 + (Y2 - Y1)^2
Xa Ya Xb Yb
A = (3, -4) B = (-1, 3)
Xa goes into X2 and Xb goes into X1
(3 - (-1))^2
Ya goes into Y2 and Yb goes into Y1
(-4 - 3)^2
Square root (3 - (-1))^2 + (-4 - 3)^2
Square root (4)^2 + (-7)^2
Square root 16 + 49
Square root 65
= 8.06
The error was Drako had (3 - 4)^2 when it should have been (3 - (-4))^2 because a positive is subtracting a negative.
Answer:
114 degrees
Step-by-step explanation:
Hi there.
Line segment LN is a straight line, meaning that it contains a straight angle (an angle measuring 180 degrees).
We know that if this is a straight angle, that
.
Therefore, m∠x = 114 degrees.
Hope this helps! :^)
Answer:
Y = -2X + 7
Step-by-step explanation:
Y = a(x-h)^2 + k
From (h,k) h = 0 k = 7 x = 2 y = 3
3 = a(2-0) + 7
3 = 2a - 0 + 7
Collect like terms
2a = 3 - 7
2a = -4
Divide both sides by 2
2a/2 = -4/2
a = -2
y = a(x-h) + k
y = -2(x-0) + 7
y = -2x + 0 + 7
y = -2x + 7 or
y + 2x - 7 = 0