The solution to the equation is x < 1.25
P(B|A) = P(B), based on your description, it does not indicate any relationship between A and B, so P(B) is irrelevant with P(A)
Answer:
hehehehehheh
Step-by-step explanation:
Shiny roachnoises :P
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)
Answer:
(10; -1)
the x-coordinate of the other endpoint is (x;y)
because the segment has midpoint at (3;0)
=> x - 4 = 3.2 = 6
y + 1 = 0.2 = 0
<=> x = 10
y = -1
=> the other endpoint is (10; -1)