BUSI 650 Assignment 1
BUSI 650 Assignment 1
BUSI 650 Assignment 1
Karim Souidi
b) Note that μ0 =20.103 ; what’s the hypothesis that the association is looking to test?
Answer 1
c) Type 1 error: Though the mean lifetime of a population of all the bulbs is actually
d) Type two error: Accepting that the mean lifetime of a population of all the bulbs is
hypothesis. The mean lifetime of the population of all bulbs is 20.10³ hours is maybe
happened by chance.
Q2: The average height of a sample of 10 Canadians is 176 cm, and the variance of
a) Should you reject the fact that the average height of Canadians is 170 cm, at the 5%
significance level?
b) Should you reject the fact the that the average height of Canadians is less than 170
1
Answer 2
a) We should not reject the fact that the average height of a Canadian is 170 cm at a 5%
level of significance.
b) We should not reject the fact that the average height of a Canadian is 170 cm at a 5%
level of significance.
c) The p-value of the test is 0.97128 , which is high enough to not reject H0
2
Answer a)
SELECT
d.DeptName,
d.DeptNo,
e.LastName
FROM departments d
ON d.DeptNo = e.DeptNo;
Answer b)
SELECT
d.DeptName,
e.DeptNo,
e.LastName
FROM departments d
ON e.DeptNo = d.DeptNo;