Answer:
answer in the attached image
Step-by-step explanation:
hope this helps, have a nice day :)
Answer:
Where is the function shown below?
Step-by-step explanation:
Answer:
The sample size is 
Step-by-step explanation:
From the question we are told that
The sample standard deviation is 
The mean difference of the two groups is 
The standard error is 
=> 
Let assume that the confidence level is 95% hence the level of significance is

=> 
So the critical value of
obtained from the normal distribution table is

Generally the margin of error is mathematically evaluated as

Generally the sample size is mathematically represented as
![n =[ \frac{Z_{\frac{\alpha }{2} * s^2}}{E}]^2](https://tex.z-dn.net/?f=n%20%3D%5B%20%5Cfrac%7BZ_%7B%5Cfrac%7B%5Calpha%20%7D%7B2%7D%20%20%2A%20s%5E2%7D%7D%7BE%7D%5D%5E2)
=> ![n = [\frac{1.96 * 1.5}{0.49} ]^2](https://tex.z-dn.net/?f=n%20%20%3D%20%5B%5Cfrac%7B1.96%20%2A%201.5%7D%7B0.49%7D%20%5D%5E2)
=> 
Answer:
the answer is 105120
Step-by-step explanation:
24 hours in a day, 365 days in a year. 365 multiplied by 24 equals 8760 multiply that by 12 equals 105120
Interesting question. Good to know for computer science.
Suppose you have a function like
an = 3x - 2 Try the first couple
a1 = 3(1) - 2
a1 = 3 - 2
a1 = 1
a2 = 3(2) - 2
a2 = 6 - 2
a2 = 4 So each term differs by 3
a2 - a1 = 3
an = a_(n - 1) + 3
a3 = a2 + 3
a3 = 4 + 3
a3 = 7
a4 = a3 + 3
a4 = 7 + 3
a4 = 10
a5 = a4+ 3
a5 = 10 + 3
a5 = 13
I'll do one more and then check it.
a6 = a5 + 3
a6 = 13 + 3
a6 = 16
a6 = 3x -2
a6 = 3*6 - 2
a6 = 18 - 2
a6 = 16 which checks.
So the general formula is
an = a_(n - 1) * k if you were multiplying or
an = a_(n - 1) + k if you were adding. The key thing is that you are working with the previous term.