Answer: 0p + 40
Step-by-step explanation:
5p + 30 - 5p + 10
0p + 40
56 I think :) tell me if it is
Answer:
z= 2.38
P = 0.008656
Step-by-step explanation:
Here n= 500 and p~= 464/500= 0.928 and q`= 1- 0.928 = 0.072
We formulate our null and alternate hypothesis as
H0 = 0.9 ; H0 > 0.9
The degree of confidence = 90%
z₀.₀₅ = 1.645 for α= 0.05
We use the test statistic
z= x- np/√npq
z= 466-500 *0.9/ √500 * 0.9(1-0.9)
z= 466- 450/ √45
z= 16/6.7082
z= 2.38
As the calculated value of z= 2.38 is greater than α =1.645 so we reject H0.
If H0 is true the P value is calculated as
P = 1- Ф( 2.38)
P = 1-0.991344=0.008656
Answer:
I'm just doing thifor points trooolls
Step-by-step explanation:
nxnxnxnxmxkx
First, create a rule for this sequence.
Let a(1) be the first term (which here happens to be 1).
The next term, a(2), is twice the previous term, that is, twice 1, or 2.
a(3) = 2a(2) = 2(2) = 4
This is called a "recursive function."
The 3rd term is 4. The next, which is a(3) is 2*4, or 8.
Note that there's an alternative approach. The first term, a(1), is 1; the next is a(2) = a(1)*2^(2-1) = 1*2^1=2
the next is a(3) = 1*2^(3-1) = 1*2^2 = 4
So the rule is a(n) = a(1)*2^(n-1).
So a(8) is a(1)*2^(8-1) = 1*2^7 = 2^3*2^4 = 8(16) = 128