Answer:
The union of two event
Step-by-step explanation:
Addition law of probability define that probability of two event is total sum of probability of any event subtract the probability of both events
There are two rules in addition law:
Addition law 1 - when both event are mutually exclusive, then probability of either event is the sum of each event probability.
P( A or B) = P(A) +P(B)
Addition law 2 - when both events are non mutually exclusive then there in addition to the individual probability there is some overlap .
P( A or B) = P(A) +P(B) - P(A and B)
Answer:
no
Step-by-step explanation:
Answer:

Step-by-step explanation:
We want to calculate the right-endpoint approximation (the right Riemann sum) for the function:

On the interval [-1, 1] using five equal rectangles.
Find the width of each rectangle:

List the <em>x-</em>coordinates starting with -1 and ending with 1 with increments of 2/5:
-1, -3/5, -1/5, 1/5, 3/5, 1.
Since we are find the right-hand approximation, we use the five coordinates on the right.
Evaluate the function for each value. This is shown in the table below.
Each area of each rectangle is its area (the <em>y-</em>value) times its width, which is a constant 2/5. Hence, the approximation for the area under the curve of the function <em>f(x)</em> over the interval [-1, 1] using five equal rectangles is:

Answer:
The input for the method is a continuous function f, an interval [a, b], and the function values f(a) and f(b). The function values are of opposite sign (there is at least one zero crossing within the interval). Each iteration performs these steps: Calculate c, the midpoint of the interval, c = a + b2.
Step-by-step explanation:
trust