
Concept explainers
a.
Compute the
a.

Answer to Problem 10RE
The probability that selected patient is a woman is 0.4035.
Explanation of Solution
Calculation:
It is given that 644,404 patients were hospitalized for heart attack. The table provides idea about number of male and female patients hospitalized in each age group.
The probability of the
Here, event A denotes that selected patient is a woman. Among the 644,404 patients, 260,005 of them are woman.
Substitute 260,005 for “number of outcomes in A” and 644,404 for “Number of outcomes in
Therefore,
Thus, the probability that selected patient is a woman is 0.4035.
b.
Compute the probability that selected patient is aged 45-64.
b.

Answer to Problem 10RE
The probability that selected patient is aged 45-64 is 0.3647.
Explanation of Solution
Calculation:
Event B denotes that selected patient is aged 45-64. Among the 644,404 patients, 235,006 of them are woman.
Substitute 235,006 for “number of outcomes in B” and 644,404 for “Number of outcomes in sample space” in the probability formula.
Therefore,
Thus, the probability that selected patient is aged 45-64 is 0.3647.
c.
Compute the probability that selected patient is a woman and aged 45-64.
c.

Answer to Problem 10RE
The probability that selected patient is a woman and aged 45-64 is 0.1066.
Explanation of Solution
Calculation:
Event A denotes that selected patient is a woman and event B denotes that selected patient is aged 45-64. Event ‘A and B’ denote that selected patient is a woman and aged 45-64.
Among the 644,404 patients, 68,666 of them are woman and aged 45-64.
Substitute 68,666 for “number of outcomes in ‘A and B’” and 644,404 for “Number of outcomes in sample space” in the probability formula.
Therefore,
Thus, the probability that selected patient is a woman and aged 45-64 is 0.1066.
d.
Compute the probability that selected patient is a woman or aged 45-64.
d.

Answer to Problem 10RE
The probability that selected patient is a woman or aged 45-64 is 0.6616.
Explanation of Solution
Calculation:
Event A denotes that selected patient is a woman and event B denotes that selected patient is aged 45-64. Event ‘A and B’ denote that selected patient is a woman and aged 45-64.
The probability that selected patient is a woman or aged 45-64 can be expressed as,
General
For any two events A and B the general addition rule states that
From parts (a), (b), and (c),
Substitute these values in the general addition rule.
Therefore,
Thus, the probability that selected patient is a woman or aged 45-64 is 0.6616.
e.
Compute the probability that selected patient is a woman given that the patient is aged 45-64.
e.

Answer to Problem 10RE
The probability that selected patient is a woman given that the patient is aged 45-64 is 0.2922.
Explanation of Solution
Calculation:
The formula for conditional probability is given by:
From part (b),
From part (c),
Substitute these values in the formula for conditional probability.
Therefore,
Thus, the probability that selected patient is a woman given that the patient is aged 45-64 is 0.2922.
f.
Compute the probability that selected patient is aged 45-64 given that the patient is a woman.
f.

Answer to Problem 10RE
The probability that selected patient is aged 45-64 given that the patient is a woman is 0.2641.
Explanation of Solution
Calculation:
The formula for conditional probability is given by:
From part (a),
From part (c),
Substitute these values in the formula for conditional probability.
Therefore,
Thus, the probability that selected patient is aged 45-64 given that the patient is a woman is 0.2641.
Want to see more full solutions like this?
Chapter 4 Solutions
Essential Statistics
- A special interest group reports a tiny margin of error (plus or minus 0.04 percent) for its online survey based on 50,000 responses. Is the margin of error legitimate? (Assume that the group’s math is correct.)arrow_forwardSuppose that 73 percent of a sample of 1,000 U.S. college students drive a used car as opposed to a new car or no car at all. Find an 80 percent confidence interval for the percentage of all U.S. college students who drive a used car.What sample size would cut this margin of error in half?arrow_forwardYou want to compare the average number of tines on the antlers of male deer in two nearby metro parks. A sample of 30 deer from the first park shows an average of 5 tines with a population standard deviation of 3. A sample of 35 deer from the second park shows an average of 6 tines with a population standard deviation of 3.2. Find a 95 percent confidence interval for the difference in average number of tines for all male deer in the two metro parks (second park minus first park).Do the parks’ deer populations differ in average size of deer antlers?arrow_forward
- Suppose that you want to increase the confidence level of a particular confidence interval from 80 percent to 95 percent without changing the width of the confidence interval. Can you do it?arrow_forwardA random sample of 1,117 U.S. college students finds that 729 go home at least once each term. Find a 98 percent confidence interval for the proportion of all U.S. college students who go home at least once each term.arrow_forwardSuppose that you make two confidence intervals with the same data set — one with a 95 percent confidence level and the other with a 99.7 percent confidence level. Which interval is wider?Is a wide confidence interval a good thing?arrow_forward
- Is it true that a 95 percent confidence interval means you’re 95 percent confident that the sample statistic is in the interval?arrow_forwardTines can range from 2 to upwards of 50 or more on a male deer. You want to estimate the average number of tines on the antlers of male deer in a nearby metro park. A sample of 30 deer has an average of 5 tines, with a population standard deviation of 3. Find a 95 percent confidence interval for the average number of tines for all male deer in this metro park.Find a 98 percent confidence interval for the average number of tines for all male deer in this metro park.arrow_forwardBased on a sample of 100 participants, the average weight loss the first month under a new (competing) weight-loss plan is 11.4 pounds with a population standard deviation of 5.1 pounds. The average weight loss for the first month for 100 people on the old (standard) weight-loss plan is 12.8 pounds, with population standard deviation of 4.8 pounds. Find a 90 percent confidence interval for the difference in weight loss for the two plans( old minus new) Whats the margin of error for your calculated confidence interval?arrow_forward
- A 95 percent confidence interval for the average miles per gallon for all cars of a certain type is 32.1, plus or minus 1.8. The interval is based on a sample of 40 randomly selected cars. What units represent the margin of error?Suppose that you want to decrease the margin of error, but you want to keep 95 percent confidence. What should you do?arrow_forward3. (i) Below is the R code for performing a X2 test on a 2×3 matrix of categorical variables called TestMatrix: chisq.test(Test Matrix) (a) Assuming we have a significant result for this procedure, provide the R code (including any required packages) for an appropriate post hoc test. (b) If we were to apply this technique to a 2 × 2 case, how would we adapt the code in order to perform the correct test? (ii) What procedure can we use if we want to test for association when we have ordinal variables? What code do we use in R to do this? What package does this command belong to? (iii) The following code contains the initial steps for a scenario where we are looking to investigate the relationship between age and whether someone owns a car by using frequencies. There are two issues with the code - please state these. Row3<-c(75,15) Row4<-c(50,-10) MortgageMatrix<-matrix(c(Row1, Row4), byrow=T, nrow=2, MortgageMatrix dimnames=list(c("Yes", "No"), c("40 or older","<40")))…arrow_forwardDescribe the situation in which Fisher’s exact test would be used?(ii) When do we use Yates’ continuity correction (with respect to contingencytables)?[2 Marks] 2. Investigate, checking the relevant assumptions, whether there is an associationbetween age group and home ownership based on the sample dataset for atown below:Home Owner: Yes NoUnder 40 39 12140 and over 181 59Calculate and evaluate the effect size.arrow_forward
- Holt Mcdougal Larson Pre-algebra: Student Edition...AlgebraISBN:9780547587776Author:HOLT MCDOUGALPublisher:HOLT MCDOUGALCollege AlgebraAlgebraISBN:9781305115545Author:James Stewart, Lothar Redlin, Saleem WatsonPublisher:Cengage Learning


