b.H0: p = 0.59; Ha: p > 0.59
c.H0: p = 0.78; Ha: p ≠ 0.78
d.H0: p = 0.78; Ha: p > 0.59
Answer:
Option b
Step-by-step explanation:
Given that For a particular course, the pass rate for the 16-week format is 59%. A team of faculty examine student data from 40 randomly selected accelerated classes and determine that the pass rate is 78%.
we have to find whether taking a class in a short-term format (8 weeks instead of 16 weeks) increase a student’s likelihood of passing the course
Since pass rate for 16 weeks is 59% we check whether for 8 weeks is more than this.
So correct null and alternative hypotheses for this research question
would be:
b.H0: p = 0.59; Ha: p > 0.59
Option b is right.
answer with coding and answer is attached in word file below
The doublePennies() function is an illustration of a recursive function in Java
The base case of the doublePennies() function is that:
When the number of days is 0, then the total available pennies is the same as the total number of pennies.
The algorithm of the above highlight is:
if numDays equals 0 then
totalPennies = numPennies
Using the above algorithm, the complete base case is:
if(numDays == 0){
totalPennies = numPennies;
}
Read more about Java programs at:
Answer:
40
Step-by-step explanation:
5(8) = x
use 5 as bags and use 8 as number of goldfish
then times the 2 number
Answer:
P=19.2 ft
Step-by-step explanation:
ACCORDING TO THE THEOREM,
BC=2(DE)
So BC =2(3.2)
BC=6.4 ft
Now
AB=2(EF)
AB=2(4)
AB=8 ft
Now
AC = 2(DF)
AC= 2(2.4)
AC=4.8 ft
Now we're gonna find the perimeter which is sum of all sides
Perimeter=4.8+8+6.4
P= 19.2 ft
Answer:
c
Step-by-step explanation: