1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
deff fn [24]
3 years ago
5

A report summarizes a survey of people in two independent random samples. One sample consisted of 700 young adults (age 19 to 35

) and the other sample consisted of 200 parents of children age 19 to 35. The young adults were presented with a variety of situations (such as getting married or buying a house) and were asked if they thought that their parents were likely to provide financial support in that situation. The parents of young adults were presented with the same situations and asked if they would be likely to provide financial support to their child in that situation. (a) When asked about getting married, 41% of the young adults said they thought parents would provide financial support and 43% of the parents said they would provide support. Carry out a hypothesis test to determine if there is convincing evidence that the proportion of young adults who think parents would provide financial support and the proportion of parents who say they would provide support are different. (Use α = 0.05. Use a statistical computer package to calculate the P-value. Use μyoung adults − μparents. Round your test statistic to two decimal places and your P-value to three decimal places.)
Mathematics
1 answer:
Setler [38]3 years ago
4 0

Answer:

z=\frac{0.41-0.43}{\sqrt{\frac{0.41(1-0.41)}{700}+\frac{0.43(1-0.43)}{200}}}=-0.51    

p_v =2*P(Z  

And we can use the following R code to find it: "2*pnorm(-0.505)"

The p value is a very high value and using any significance given \alpha=0.05 always p_v>\alpha so we can conclude that we have enough evidence to FAIL to reject the null hypothesis, and we can say the two proportions are not significantly different.  

Step-by-step explanation:

1) Data given and notation  

n_{1}=700 sample of young adults (age 19 to 35)

n_{2}=200 sample of children age 19 to 35

p_{1}=0.41 represent the proportion of young adults said they thought parents would provide financial support

p_{2}=0.43 represent the proportion of parents said they would provide support

\alpha=0.05 represent the significance level

z would represent the statistic (variable of interest)  

p_v represent the value for the test (variable of interest)  

2) Concepts and formulas to use  

We need to conduct a hypothesis in order to check if the proportion for the two samples are different , the system of hypothesis would be:  

Null hypothesis:p_{1} = p_{2}  

Alternative hypothesis:p_{1} \neq p_{2}  

We need to apply a z test to compare proportions, and the statistic is given by:  

z=\frac{p_{1}-p_{2}}{\sqrt{\frac{p_1 (1-p_1)}{n_{1}}+\frac{p_2 (1-p_2)}{n_{2}}}}   (1)  

3) Calculate the statistic  

Replacing in formula (1) the values obtained we got this:  

z=\frac{0.41-0.43}{\sqrt{\frac{0.41(1-0.41)}{700}+\frac{0.43(1-0.43)}{200}}}=-0.51    

4) Statistical decision

We can calculate the p value for this test.    

Since is a two tailed  test the p value would be:  

p_v =2*P(Z  

And we can use the following R code to find it: "2*pnorm(-0.505)"

The p value is a very high value and using any significance given \alpha=0.05 always p_v>\alpha so we can conclude that we have enough evidence to FAIL to reject the null hypothesis, and we can say the two proportions are not significantly different.  

You might be interested in
A shuttle launch depends on three key devices that may fail independently of each other with probabilities 0.01, 0.02, and 0.02,
worty [1.4K]

Answer:

0.950796

Step-by-step explanation:

Given that a shuttle launch depends on three key devices that may fail independently of each other with probabilities 0.01, 0.02, and 0.02, respectively.

Required probability =  the probability for the shuttle to be launched on time

= Probability that all three do not fail

Since each key device is independent of the other

we have

prob that all three do not fail = (1-0.01)(1-0.02)(1-0.02)\\=0.99*0.98*0.98\\=0.950796

6 0
2 years ago
What is the value of x?enter your answer in the box .
Katarina [22]

By pythagoras Theorem.

x² +12²=13²

=>x² +144 =169

=>x² =169-144=25

=>x=√25=5 unit.

Hence x=5 is your answer.

Hope it helps...

Regards,

Leukonov/Olegion.

4 0
3 years ago
If the parent function f(x) = x^2 is fatter translated 11 units to the left, then translated 5 units down, write the resulting f
nikklg [1K]

The quadratic function given by:


f(x)=a(x-h)^2+k, \ \ \ a\neq 0


is in vertex form. The graph of f is a parabola whose axis is the vertical line x=h and whose vertex is the point (h, k). So:


To translate the graph of a function to the right, left, upward or downward we have:

For \ a \ positive \ real \ number \ c. \ \mathbf{Vertical \ and \ horizontal \ shifts} \\ in \ the \ graph \ of \ y=f(x) \ are \ represented \ as \ follows:\\ \\ \bullet \ Vertical \ shift \ c \ units \ \mathbf{upward}: \\ g(x)=f(x)+c \\ \\ \bullet \ Vertical \ shift \ c \ units \ \mathbf{downward}: \\ g(x)=f(x)-c \\ \\ \bullet \ Horizontal \ shift \ c \ units \ to \ the \ \mathbf{right}: \\ g(x)=f(x-c) \\ \\ \bullet \ Horizontal \ shift \ c \ units \ to \ the \ \mathbf{left}: \\ g(x)=f(x+c)


By knowing this things, we can solve our problem as follows:


FIRST.

  • Translating <em>11 units to the left:</em>

g(x)=f(x+11) \\ \\ \therefore g(x)=(x+11)^2


  • Then translating<em> 5 units down:</em>

g(x)=f(x)-c \\ \\ \therefore g(x)=(x+11)^2-5


Since the new function is fatter, the factor we need to multiply the term (x+11)^2 <em>must be</em> less than 1, to make the graph fatter. So, according to our options, there are two factors 1/2 and 2.


<em>Therefore, the right answer is </em><em>b. f(x) = 1/2(x + 11)^2 - 5</em>


SECOND.

  • Translating <em>8 units to the right:</em>

g(x)=f(x-8) \\ \\ \therefore g(x)=(x-8)^2


  • Then translating<em> 1 unit down:</em>

g(x)=f(x)-c \\ \\ \therefore g(x)=(x-8)^2-1


As explained in the previous case, there are two factors 1/3 and 3, so we choose the first one.


<em>Therefore, the right answer is </em><em>a. g(x) = 1/3(x - 8)^2 - 1</em>

7 0
3 years ago
Find m2 ABD.<br> A<br> D<br> 40°<br> B<br> C
FromTheMoon [43]
Answer:

40°

Step-by-step explanation:

m∠ABD = m∠DBC because they’re being split equally among m∠ABC

Therefore, m∠ABD = 40°
6 0
2 years ago
How many cubes were used to make this figure?
Paha777 [63]

Answer:

I think its 30 I'm not 100% sure tho

3 0
2 years ago
Read 2 more answers
Other questions:
  • Quadrilateral AGHY~Quadrilateral BFRS. Name the corresponding congruent angles and the corresponding ratios of the sides
    7·1 answer
  • Judi solved the equation 1 - 18 = 43. Her work is shown.<br> What error did Judi make?
    8·2 answers
  • Lowest to greatest plz help me
    9·1 answer
  • Rob is saving to buy an MP3 player. For every 15 dollars he earns babysitting, he saves 6 dollars. On Saturday rob earned $75 do
    15·1 answer
  • Using x=7, how can we solve for the angle "9x+61"?
    10·2 answers
  • In a 60 sheet package of construction paper there are 15 yellow sheets what is the probability that a randomly selected sheet wi
    6·1 answer
  • Pls help!! i am confused and i don't know what to do
    6·1 answer
  • Find the value of x when lines w and v are parallel.
    11·1 answer
  • Write a function modeling this debt situation if the initial debt in 2009 was
    12·1 answer
  • Find the 21st term of the sequence 15,8,1,-6
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!