/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} Problem 6 An experiment to compare the ten... [FREE SOLUTION] | 91Ó°ÊÓ

91Ó°ÊÓ

An experiment to compare the tension bond strength of polymer latex modified mortar (Portland cement mortar to which polymer latex emulsions have been added during mixing) to that of unmodified mortar resulted in \(\bar{x}=18.12 \mathrm{kgf} / \mathrm{cm}^{2}\) for the modified mortar \((m=40)\) and \(\bar{y}=16.87 \mathrm{kgf} / \mathrm{cm}^{2}\) for the unmodified mortar ( \(n=32\) ). Let \(\mu_{1}\) and \(\mu_{2}\) be the true average tension bond strengths for the modified and unmodified mortars, respectively. Assume that the bond strength distributions are both normal. a. Assuming that \(\sigma_{1}=1.6\) and \(\sigma_{2}=1.4\), test \(H_{0}\) : \(\mu_{1}-\mu_{2}=0\) versus \(H_{\mathrm{a}}: \mu_{1}-\mu_{2}>0\) at level \(.01\). b. Compute the probability of a type II error for the test of part (a) when \(\mu_{1}-\mu_{2}=1\). c. Suppose the investigator decided to use a level \(.05\) test and wished \(\beta=.10\) when \(\mu_{1}-\mu_{2}=1\). If \(m=40\), what value of \(n\) is necessary? d. How would the analysis and conclusion of part (a) change if \(\sigma_{1}\) and \(\sigma_{2}\) were unknown but \(s_{1}=1.6\) and \(s_{2}=1.4\) ?

Short Answer

Expert verified
Reject the null hypothesis; sufficient evidence shows modified mortar has greater bond strength at 0.01 level. Probability of Type II error needs standard normal distribution for calculation. Use t-test if standard deviations are unknown.

Step by step solution

01

Define Hypotheses

The null hypothesis is \( H_0: \mu_1 - \mu_2 = 0 \), which suggests that there is no difference in the true average tension bond strength between modified and unmodified mortar. The alternative hypothesis is \( H_a: \mu_1 - \mu_2 > 0 \), suggesting that the modified mortar has a greater true average tension bond strength than the unmodified.
02

Calculate Test Statistic

Using the given means \( \bar{x} = 18.12 \) and \( \bar{y} = 16.87 \), and the population standard deviations \( \sigma_1 = 1.6 \) and \( \sigma_2 = 1.4 \), we can calculate the test statistic with:\[z = \frac{(\bar{x} - \bar{y}) - 0}{\sqrt{\frac{\sigma_1^2}{m} + \frac{\sigma_2^2}{n}}}\]Substituting the values:\[z = \frac{(18.12 - 16.87)}{\sqrt{\frac{1.6^2}{40} + \frac{1.4^2}{32}}} \approx 3.97\]
03

Determine Critical Value and Make Decision

For a one-tailed test at \( \alpha = 0.01 \), the critical z-value is approximately 2.33 (from z-table). Since the calculated z-value (3.97) is greater than 2.33, we reject the null hypothesis at the 0.01 level, concluding there is sufficient evidence that \( \mu_1 > \mu_2 \).
04

Calculate Probability of Type II Error (part b)

To find the probability of Type II error (\( \beta \)), we need to determine the non-rejection region and calculate: \[z = \frac{(\bar{x} - \bar{y}) - d}{\sqrt{\frac{\sigma_1^2}{m} + \frac{\sigma_2^2}{n}}}\]If \( \mu_1 - \mu_2 = 1 \), calculate:\[z = \frac{18.12 - 16.87 - 1}{\sqrt{\frac{1.6^2}{40} + \frac{1.4^2}{32}}} \approx -0.137\]Find the probability that \( Z \leq 2.33 \) when this \( z \) is \(-0.137\), which involves finding \( \beta \) from the normal distribution.
05

Calculate Sample Size for given \( \beta = 0.10 \) (part c)

Given the power (1-\( \beta \)) = 0.90, calculate the required sample size \( n \). Set:\[1.645 + 2.33 = \frac{1}{\sqrt{\frac{1.6^2}{40} + \frac{1.4^2}{n}}}\]Rearrange and solve for \( n \). This will involve algebraic manipulations to approximate the required sample size \( n \) to achieve the desired power.
06

Analysis with Unknown Standard Deviations (part d)

If \( \sigma_1 \) and \( \sigma_2 \) are unknown but sample standard deviations \( s_1 = 1.6 \) and \( s_2 = 1.4 \) are given, use a t-test instead of a z-test. Calculate:\[t = \frac{\bar{x} - \bar{y}}{\sqrt{\frac{s_1^2}{m} + \frac{s_2^2}{n}}}\]Given \( m-1 + n-1 = 70 \) degrees of freedom, find the critical t-value for \( \alpha = 0.01 \). If \( t \) is greater, reject \( H_0 \).

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!

Key Concepts

These are the key concepts you need to understand to accurately answer the question.

Tension Bond Strength
Tension bond strength refers to the capacity of mortar to withstand tension forces without breaking apart. It is a crucial property when evaluating the effectiveness of construction materials, particularly mortars used in masonry. Tension is the pulling force that can act on the mortar bond between the cement and other surfaces. A higher tension bond strength indicates a more durable and resistant material.

In the context of the exercise, we compared the tension bond strengths of polymer latex modified mortar versus unmodified mortar. Adding polymer latex emulsions to mortar potentially increases its tension bond strength, making it more resilient. This is evident through hypothesis testing, which provides statistical evidence on whether the modification improves bond strength.
Normal Distribution
Normal distribution is a fundamental concept in statistics, representing how the values of a variable are dispersed across a range. It is often depicted as a symmetric, bell-shaped curve. Many natural phenomena and measurement errors naturally follow this pattern, making it an essential tool for statistical analysis.

For hypothesis testing, assuming that the data follows a normal distribution allows us to use statistical tests, like the z-test, to determine the likelihood of different outcomes. In this problem, the tension bond strengths of both modified and unmodified mortars are assumed to follow normal distributions. This assumption simplifies calculations and supports the validity of using z-scores and critical values in decision-making processes.
Type II Error
A Type II error occurs when we fail to reject a false null hypothesis. In simpler terms, it means incorrectly accepting that no effect or difference exists when, in fact, it does. The probability of making a Type II error is denoted by \( \beta \).

In the exercise, to find \( \beta \), we calculated the z-value for an assumed difference in tension bond strength between mortars. Knowing \( \beta \) is useful for understanding the test's reliability and ensuring that significant differences are not overlooked. A small \( \beta \) indicates a low probability of failing to detect true differences, increasing the test's effectiveness.
Sample Size Calculation
Sample size calculation is critical in designing experiments. It refers to determining the number of observations needed to confidently detect an effect if there is one. A sufficiently large sample size ensures the study has enough power to avoid Type II errors.

In our exercise, we needed to calculate the sample size to achieve a specific power magnitude, ensuring that the probability of committing a Type II error is kept to a minimum. Calculating the sample size involves using both the desired power level and significance level to solve for the necessary number of samples. Appropriate sample size not only improves the test's reliability but also optimizes resources by using only as many samples as necessary.

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

An article in the November 1983 Consumer Reports compared various types of batteries. The average lifetimes of Duracell Alkaline AA batteries and Eveready Energizer Alkaline AA batteries were given as \(4.1 \mathrm{~h}\) and \(4.5 \mathrm{~h}\), respectively. Suppose these are the population average lifetimes. a. Let \(X\) be the sample average lifetime of 100 Duracell batteries and \(\bar{Y}\) be the sample average lifetime of 100 Eveready batteries. What is the mean value of \(X-Y\) (i.e., where is the distribution of \(\bar{X}-\bar{Y}\) centered)? How does your answer depend on the specified sample sizes? b. Suppose the population standard deviations of lifetime are \(1.8 \mathrm{~h}\) for Duracell batteries and \(2.0 \mathrm{~h}\) for Eveready batteries. With the sample sizes given in part (a), what is the variance of the statistic \(\bar{X}-\bar{Y}\), and what is its standard deviation? c. For the sample sizes given in part (a), draw a picture of the approximate distribution curve of \(X-Y\) (include a measurement scale on the horizontal axis). Would the shape of the curve necessarily be the same for sample sizes of 10 batteries of each type? Explain.

A random sample of 5726 telephone numbers from a certain region taken in March 2002 yielded 1105 that were unlisted, and 1 year later a sample of 5384 yielded 980 unlisted numbers. a. Test at level .10 to see whether there is a difference in true proportions of unlisted numbers between the 2 years. b. If \(p_{1}=.20\) and \(p_{2}=.18\), what sample sizes \((m=n)\) would be necessary to detect such a difference with probability \(.90\) ?

Obtain or compute the following quantities: a. \(F_{005,5,8}\) b. \(F_{00,8,5}\) c. \(F_{.95,5,8}\) d. \(F_{95,8,5}\) e. The 99 th percentile of the \(F\) distribution with \(v_{1}=10, v_{2}=12\) f. The Ist percentile of the \(F\) distribution with \(v_{1}=10, v_{2}=12\) g. \(P(F \leq 6.16)\) for \(v_{1}=6, v_{2}=4\) h. \(P(.177 \leq F \leq 4.74)\) for \(v_{1}=10, v_{2}=5\)

The article "Supervised Exercise Versus NonSupervised Exercise for Reducing Weight in Obese Adults" ( . Sport. Med. Phys. Fit., 2009: 85-90) reported on an investigation in which participants were randomly assigned either to a supervised exercise program or a control group. Those in the control group were told only that they should take measures to lose weight. After 4 months, the sample mean decrease in body fat for the 17 individuals in the experimental group was \(6.2 \mathrm{~kg}\) with a sample standard deviation of \(4.5 \mathrm{~kg}\), whereas the sample mean and sample standard deviation for the 17 people in the control group were \(1.7 \mathrm{~kg}\) and \(3.1 \mathrm{~kg}\), respectively. Assume normality of the two body fat loss distributions (as did the investigators). a. Calculate a \(99 \%\) lower prediction bound for the body fat loss of a single randomly selected individual subjected to the supervised exercise program. Can you be highly confident that such an individual will actually lose body fat? b. Does it appear that true average decrease in body fat is more than \(2 \mathrm{~kg}\) larger for the experimental condition than for the control condition? Carry out a test of appropriate hypotheses using a significance level of \(.01\)

Assume that \(X\) is uniformly distributed on \((-1,1)\) and \(Y\) is split evenly between a uniform distribution on \((-101,-100)\) and a uniform distribution on ( 100,101 ). Thus the means are both 0 , but the variances differ strongly. We take random samples of size three from each distribution and apply a permutation test for the null hypothesis \(H_{0}: \mu_{1}=\mu_{2}\) against the alternative \(H_{a}: \mu_{1}<\mu_{2}\). a. Show that the probability is \(\frac{1}{8}\) that all three of the \(Y\) values come from \((100,101)\). b. Show that, if all three \(Y\) values come from \((100,101)\), then the \(P\)-value for the permutation test is .05. c. Explain why (a) and (b) are in conflict. What is the true probability that the permutation test rejects the null hypothesis at the \(.05\) level?

See all solutions

Recommended explanations on Math Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.