Answer:
(3)
So the answer for this case would be n=791 rounded up to the nearest integer
Step-by-step explanation:
Previous concepts
A confidence interval is "a range of values that’s likely to include a population value with a certain degree of confidence. It is often expressed a % whereby a population means lies between an upper and lower interval".
The margin of error is the range of values below and above the sample statistic in a confidence interval.
Normal distribution, is a "probability distribution that is symmetric about the mean, showing that data near the mean are more frequent in occurrence than data far from the mean".
represent the sample mean for the sample
population mean (variable of interest)
s represent the sample standard deviation
n represent the sample size
Solution to the problem
The confidence interval for the mean is given by the following formula:
(1)
Since the Confidence is 0.99 or 99%, the value of
and
, and we can use excel, a calculator or a table to find the critical value. The excel command would be: "=-NORM.INV(0.005,0,1)".And we see that 
The margin of error is given by this formula:
(2)
And on this case we have that ME =+5 and we are interested in order to find the value of n, if we solve n from equation (2) we got:
(3)
So the answer for this case would be n=791 rounded up to the nearest integer
Answer:
(4,1,3)
Step-by-step explanation:
Well, we could try adding up odd numbers, and look to see when we reach 400. But I'm hoping to find an easier way.
First of all ... I'm not sure this will help, but let's stop and notice it anyway ...
An odd number of odd numbers (like 1, 3, 5) add up to an odd number, but
an even number of odd numbers (like 1,3,5,7) add up to an even number.
So if the sum is going to be exactly 400, then there will have to be an even
number of items in the set.
Now, let's put down an even number of odd numbers to work with,and see
what we can notice about them:
1, 3, 5, 7, 9, 11, 13, 15 .
Number of items in the set . . . 8
Sum of all the items in the set . . . 64
Hmmm. That's interesting. 64 happens to be the square of 8 .
Do you think that might be all there is to it ?
Let's check it out:
Even-numbered lists of odd numbers:
1, 3 Items = 2, Sum = 4
1, 3, 5, 7 Items = 4, Sum = 16
1, 3, 5, 7, 9, 11 Items = 6, Sum = 36
1, 3, 5, 7, 9, 11, 13, 15 . . Items = 8, Sum = 64 .
Amazing ! The sum is always the square of the number of items in the set !
For a sum of 400 ... which just happens to be the square of 20,
we just need the <em><u>first 20 consecutive odd numbers</u></em>.
I slogged through it on my calculator, and it's true.
I never knew this before. It seems to be something valuable
to keep in my tool-box (and cherish always).
Answers:
x = -8/5 or x = 8/5
Sum of the first ten terms where all terms are positive = 4092
========================================================
Explanation:
r = common ratio
- first term = 4
- second term = (first term)*(common ratio) = 4r
- third term = (second term)*(common ratio) = (4r)*r = 4r^2
The first three terms are: 4, 4r, 4r^2
We're given that the sequence is: 4, 5x, 16
Therefore, we have these two equations
Solve the second equation for r and you should find that r = -2 or r = 2 are the only possible solutions. If r = -2, then 5x = 4r solves to x = -8/5. If r = 2, then 5x = 4r solves to x = 8/5.
-----------------
To find the sum of the first n terms, we use this geometric series formula
Sn = a*(1 - r^n)/(1 - r)
We have
- a = 4 = first term
- r = 2, since we want all the terms to be positive
- n = 10 = number of terms to sum up
So,
Sn = a*(1 - r^n)/(1 - r)
S10 = 4*(1 - 2^10)/(1 - 2)
S10 = 4*(1 - 1024)/(-1)
S10 = 4*(-1023)/(-1)
S10 = 4092