Step-by-step explanation:
P(black or yellow) = P(black) + P(yellow) − P(black and yellow)
P(black or yellow) = 1/25 + 1/5 − 0
P(black or yellow) = 6/25
A trapezoid/trapezium is a quadrilateral (4 sided shape) with exactly one pair of parallel sides.
It is a quadrilateral (a closed plane shape with four linear sides) that has at least one pair of parallel lines for sides
Assuming we need to find i such that
1 ≤ i ≤ n and t[i]=i.
If we need to find only the first occurrence, we can do:
for i:1 to n {
if t[i]=i then return(i)
}
If exhaustive search is required, then put the results (values of i) in an array or a linked list, return the number of values found, and the array (or linked list).
Answer:
2
Step-by-step explanation:
10 + 13 + 5 = 28 who drink either, or, or neither
30 - 28 = 2
Answer:
y + 1 = 3(x + 8)
Step-by-step explanation:
The equation of a line in point- slope form is
y - b = m(x - a)
where m is the slope and (a, b) a point on the line
Here m = 3 and (a, b) = (- 8, - 1) , thus
y - (- 1) = 3(x - (- 8)), that is
y + 1 = 3(x + 8)