Answer:
405
Step-by-step explanation:
To find sample size, use the following equation, where n = sample size, za/2 = the critical value, p = probability of success, q = probability of failure, and E = margin of error.

The values that are given are p = 0.84 and E = 0.03.
You can solve for the critical value which is equal to the z-score of (1 - confidence level)/2. Use the calculator function of invNorm to find the z-score. The value will given with a negative sign, but you can ignore that.
(1 - 0.9) = 0.1/2 = 0.05
invNorm(0.05, 0, 1) = 1.645
You can also solve for q which is 1 - p. For this problem q = 1 - 0.84 = 0.16
Plug the values into the equation and solve for n.

Round up to the next number, giving you 405.
Answer:
Parallel
Step-by-step explanation:
Answer:
Step-by-step explanation:
Let's go:

Solution #1:
x - 3 = 5
x = 5 + 3
x = 8
Solution #2:
x - 3 = - 5
x = - 5 + 3
x = - 2
I hope I helped you.
Answer:
- -7.5x -12.5, x < -1
- 7.5x +2.5, x ≥ -1
Step-by-step explanation:
The absolute value function changes slope at its vertex. Here, that vertex is translated to x = -1. To the left of that point, the function is equivalent to one that negates its argument:
|x| = -x . . . for x < 0
|x| = x . . . for x ≥ 0
<u>for (x+1) < 0</u>
y = -7.5(x +1) -5 = -7.5x -12.5
<u>for (x+1) ≥ 0</u>
y = 7.5(x +1) -5 = 7.5x +2.5
This means we can write the piecewise function as ...
