This is a true statement.
Consider two events A and B. We say they are complementary if P(A)+P(B) = 1
This means that either event A or event B must happen, since the "1" represents 100% probability. Having a probability of 100% means absolute certainty.
---------
Example:
A = the event it rains
B = the event it does not rain
P(A) = 0.30 = 30% chance of rain
P(B) = 0.70 = 70% chance it does not rain
P(A)+P(B) = 0.30+0.70 = 1
So this shows the two events are complementary.
You were right, its the second choice CA=CB+BA
Is the second paragraph meant to throw you off??? Because the answer to the question does not rely on the information based from the second paragraph...
Anyway, we know that the turtle started from (0, 0) and moved to (10, 8). Let's assume that (0, 0) is (x1, y1), and that (10, 8) is (x2, y2) for the sake of calculations.
To find how far the turtle moved to the right (along the x-axis) we take x1 from x2:
x2 - x1 = 10 - 0
= 10 = x2
***this is the "run"
To find how far the turtle moved upwards (along the y-axis) we take y1 from y2:
y2 - y1 = 8 - 0
= 8 = y2
***this is the "rise"
Notice that when something moves away from the origin the distance it traveled along the x-axis and y-axis is the same as its final position (or coordinates to where it traveled to).
Therefore, the,
slope = rise / run
= x2 / y2
= 10 / 8
= 5 / 4 (preferable for use)
= 1.25