Question

I am stuck on these problems and need a explanation as to why i keep getting...

I am stuck on these problems and need a explanation as to why i keep getting them wrong/ what the answer is

H0:  1 -  2= 0
Ha:  1 -  2≠ 0

The following results are from independent samples taken from two populations.

Sample 1 Sample 2
n 1 = 35 n 2 = 40
x 1 = 13.6 x 2 = 10.1
s 1 = 5.8 s 2 = 8.2

a. What is the value of the test statistic (to 2 decimals)?

b. What is the degrees of freedom for the t distribution? (Round down your answer to the whole number)

Homework Answers

Answer #1

Test and CI for Two Variances

Method

Null hypothesis Sigma(1) / Sigma(2) = 1
Alternative hypothesis Sigma(1) / Sigma(2) not = 1
Significance level Alpha = 0.05


Statistics

Sample N StDev Variance
1 35 5.800 33.640
2 40 8.200 67.240

Ratio of standard deviations = 0.707
Ratio of variances = 0.500

Test
Method   DF1 DF2 Statistic P-Value
F Test (normal) 34 39 0.50 0.042

Since p-value<0.05 so we can't assume that two populations have same variance. So we perform 2 sample t test with unequal variances.

Two-Sample T-Test and CI

Sample N Mean StDev SE Mean
1 35 13.60 5.80 0.98
2 40 10.10 8.20 1.3


Difference = mu (1) - mu (2)
Estimate for difference: 3.50
T-Test of difference = 0 (vs not =): T-Value = 2.15 P-Value = 0.035 DF = 70

a. Value of test statistic=2.15

b. The degrees of freedom for the t distribution=70.

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
One thing I keep getting stuck on is the questions that are f(x+h). Most of the...
One thing I keep getting stuck on is the questions that are f(x+h). Most of the time I get the answer right, but I got tripped up on the homework and got some of the answers wrong. Does anyone have any advice?
I keep getting 88 for the answer for the time but it says 96 is the...
I keep getting 88 for the answer for the time but it says 96 is the correct answer what am i doing wrong? 1.1-D Kinematics: New Computational Problem (v1)- A UFO experienced a constant acceleration of 16 m/s2 north during which its displacement was 67,584 m north and was going 1472 m/s north at the end of said acceleration. Determine how long the UFO was accelerating & the initial speed of the UFO. NOTE: Initially the UFO was going south....
Question 1 Consider the following hypothesis test. H0:  1 -  2= 0 Ha:  1 -  2≠ 0 The following results...
Question 1 Consider the following hypothesis test. H0:  1 -  2= 0 Ha:  1 -  2≠ 0 The following results are from independent samples taken from two populations. Sample 1 Sample 2 n 1 = 35 n 2 = 40 x 1 = 13.6 x 2 = 10.1 s 1 = 5.5 s 2 = 8.2 a. What is the value of the test statistic (to 2 decimals)? b. What is the degrees of freedom for the t distribution? (Round down your answer to...
I am not sure what I am doing wrong in this coding. I keep getting this...
I am not sure what I am doing wrong in this coding. I keep getting this error. I tried to change it to Circle2D.java but it still comes an error: Compiler error: class Circle2D is public, should be declared in a file named Circle2D.java public class Circle2D { public class Exercise10_11 { public static void main(String[] args) {     Circle2D c1 = new Circle2D(2, 2, 5.5);     System.out.println("area: " + c1.getArea());     System.out.println("perimeter: " + c1.getPerimeter());     System.out.println("contains(3, 3): "...
Hello, I am having trouble with this question. I am using the HP 10bii+ calculator. A...
Hello, I am having trouble with this question. I am using the HP 10bii+ calculator. A step by step instructions on using the calculator, not excel, will help me the most. I know the answer, just not how to enter it into the calculator to get the correct answer, i keep getting it wrong. Thank you! What is the IRR of the following set of cash flows? (Do not round intermediate calculations. Enter your answer as a percent rounded to...
This is an example out of my text which I copied directly but am getting an...
This is an example out of my text which I copied directly but am getting an error every iteration and am unsure how to correct it. The error is " the condition has length > 1 and only the first element will be used" and my code is: f <- function(x, sigma) { if (any(x < 0)) return(0) stopifnot(sigma > 0) return((x/sigma^2)*exp(-x^2 / (s*sigma^2))) } xt <- x[i-1] y <- rchisq(1, df = xt) m <- 10000 sigma <- 4...
I am doing a latenitelab on Molecular Mass by Freezing Poing Depression. I am stuck on...
I am doing a latenitelab on Molecular Mass by Freezing Poing Depression. I am stuck on three questions. 1.Suppose you added 4.000 g of FP sample #1 instead of 2.000 g, what would happen to the freezing point temperature of the water? 2. Suppose you dissolve 154.286 g of sodium chloride in 2.00 L of water. What is the molality of the solution given that the molar mass of sodium chloride is 58.44 g/mol and the density of water is...
Stuck on some homework problems I need the problems answered that have a ? after the...
Stuck on some homework problems I need the problems answered that have a ? after the indicated section A computer store sells 7,200 boxes of storage drives annually. It costs the store $0.20 to store a box of drives for one year. Each time it reorders drives, the store must pay a $5.00 service charge for processing the order. 7200 boxes of storage drives are sold every year 0.2 is the cost of storing one box 5 is the cost...
Solve the separable equation 3xy^2 dy/dx = x^2 + 1 given y(0) =5 I am getting...
Solve the separable equation 3xy^2 dy/dx = x^2 + 1 given y(0) =5 I am getting a general solution of cubed root x2/2+ln|x|+3c1 when I enter the initial conditions y(0)=5 the equation is undefined. How do deal with this? What would the final answer be? Thanks
I'm writing a fairly simple program in C++ and i keep getting an error message when...
I'm writing a fairly simple program in C++ and i keep getting an error message when i try to compile it I don't see what I'm doing wrong if someone could look at this and point me in the right direction? #inlcude <iostream> using namespace std; int main() {    int length, width, area;       cout<<"This program calculates the area of a ";    cout<<"rectangle.\n";    cout<<"What is the length and width of the rectangle ";    cout<<"separated by...