Answer: Ok let’s go
Step-by-step explanation:
Answer:
b. CHISQ.TEST
Step-by-step explanation:
Notation and previous concepts
A chi-square test is "used to test if the variance of a population is equal to a specified value. This test can be either a two-sided test or a one-sided test. The two-sided version tests against the alternative that the true variance is either less than or greater than the specified value"
The statistic is given by:

In order to calculate the p value we need to have in count the degrees of freedom , on this case
. And we can calculate the p value would be given by:
But the correct comand is given by:
b. CHISQ.TEST(Actual range, Expected range)
We just need to put in one column the Observed values and in other the expectec values.
Answer:
see explanation
Step-by-step explanation:
(a)
Given
2k - 6k² + 4k³ ← factor out 2k from each term
= 2k(1 - 3k + 2k²)
To factor the quadratic
Consider the factors of the product of the constant term ( 1) and the coefficient of the k² term (+ 2) which sum to give the coefficient of the k- term (- 3)
The factors are - 1 and - 2
Use these factors to split the k- term
1 - k - 2k + 2k² ( factor the first/second and third/fourth terms )
1(1 - k) - 2k(1 - k) ← factor out (1 - k) from each term
= (1 - k)(1 - 2k)
1 - 3k + 2k² = (1 - k)(1 - 2k) and
2k - 6k² + 4k³ = 2k(1 - k)(1 - 2k)
(b)
Given
2ax - 4ay + 3bx - 6by ( factor the first/second and third/fourth terms )
= 2a(x - 2y) + 3b(x - 2y) ← factor out (x - 2y) from each term
= (x - 2y)(2a + 3b)
Answer:
A box plot is drawn with end points at 24 and 49.The box extends from 28 to 44 and a vertical line is drawn inside the box at 34.
Step-by-step explanation:
Ordering the data given :
24,28,32,34,40,44,49
We can calculate the 5 number summary required to give the appropriate boxplot that can be produced :
Minimum = 24
Maximum = 49
Median = 1/2(n+1)th term
n = 7
Median = 1/2(8) = 4th term
Median = 34
Lower quartile, Q1 = 1/4(n+1)th term
n = 7
1/4(8) = 2nd term
Q1 = 28
Upper quartile : 3/4(n+1)th term
n = 7
Q3 = 3/4(8) = 6th term
Q3= 44
Answer:
Step-by-step explanation:
Hope this helps :D