document.write( "Question 1196734: In a study of 805 randomly selected medical malpractice lawsuits, it was found that 495 of them were dropped or dismissed. Use a 0.01 significance level to test the claim that most medical malpractice lawsuits are dropped or dismissed.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #829711 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "p = population proportion of lawsuits that are dropped or dismissed \n" ); document.write( "The phrasing \"most are dropped or dismissed\" implies p > 0.5, which is where the claim resides. This is in the alternative hypothesis\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Null: p ≤ 0.5 \n" ); document.write( "Alternative: p > 0.5 \n" ); document.write( "We have a right-tailed test due to the inequality sign in the alternative hypothesis.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = 495 = number of lawsuits dropped or dismissed \n" ); document.write( "n = 805 = sample size \n" ); document.write( "phat = sample proportion of lawsuits dropped or dismissed \n" ); document.write( "phat = x/n \n" ); document.write( "phat = 495/805 \n" ); document.write( "phat = 0.614907 approximately\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "According to the sample taken, about 61.4% of the lawsuits were dropped or dismissed. This is over 50%, so does this confirm the claim? Not necessarily since this might have happened purely by chance. Perhaps we could have taken another random sample and got a phat smaller than 0.50. This is where the hypothesis test is needed.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Compute the standard error (SE) \n" ); document.write( "SE = sqrt(p*(1-p)/n) \n" ); document.write( "SE = sqrt(0.5*(1-0.5)/805) \n" ); document.write( "SE = 0.017623 approximately\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Then compute the test statistic \n" ); document.write( "z = (phat - p)/SE \n" ); document.write( "z = (0.614907 - 0.5)/0.017623 \n" ); document.write( "z = 6.52028598989957 \n" ); document.write( "z = 6.52\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now we'll need the critical value. We're going to use an inverse normal calculator such as this one \n" ); document.write( "https://statisticshelper.com/inverse-normal-distribution-calculator/ \n" ); document.write( "Use 0 for the mean and 1 for the standard deviation. \n" ); document.write( "Type 0.01 for the area, which is the alpha level. \n" ); document.write( "The result it should show is -2.33 \n" ); document.write( "We'll look at the positive version \n" ); document.write( "So P(Z > 2.33) = 0.01 approximately \n" ); document.write( "You can use something like this to confirm \n" ); document.write( "https://davidmlane.com/normal.html \n" ); document.write( "and you can also use that same calculator to find the critical values. The nice thing about that second calculator is that it shows what the diagram looks like when shading under the normal curve.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The key takeaway is that z = 2.33 is the approximate critical z value here. Anything larger will be in the rejection region. This applies to our test statistic of z = 6.52; therefore, we reject the null.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If you were to use the p-value approach, then you should find the p-value is so small it's practically zero. \n" ); document.write( "Since the p-value is smaller than alpha = 0.01, it's another way to see why we reject the null.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-----------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Summary:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hypotheses \n" ); document.write( "Null: p ≤ 0.5 \n" ); document.write( "Alternative: p > 0.5 \n" ); document.write( "Claim is in the alternative \n" ); document.write( "This is a right-tailed test\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Test statistic: z = 6.52 \n" ); document.write( "Critical value: z = 2.33 (stuff to the right of this is in the rejection region) \n" ); document.write( "p-value = so very small it's practically 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Decision: Reject the null\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Interpretation: The majority (ie more than 50%) of the lawsuits were indeed dropped or dismissed. \n" ); document.write( " \n" ); document.write( " |