76 divided by 4 is 19. Add a zero and the answer is 190.
Hope this helps you !!
Answer:
The period of the
function is
. Then three times this period is
.
Step-by-step explanation:
Using Mathematica you can use the command Plot as follows:
```
Plot[Sin[x], {x,0,6Pi}]
```
The output is the graph shown below.
Answer:
78.81%
Step-by-step explanation:
We are given;
Population mean; μ = 149
Sample mean; x¯ = 147.8
Sample size; n = 88
standard deviation; σ = 14
Z-score is;
z = (x¯ - μ)/(σ/√n)
Plugging in the relevant values;
z = (147.8 - 149)/(14/√88)
z = -0.804
From z-distribution table attached, we have; p = 0.21186
P(X > 147.8) = 1 - 0.21186 = 0.78814
In percentage gives; p = 78.81%