{"id":2693,"date":"2022-04-26T11:18:17","date_gmt":"2022-04-26T15:18:17","guid":{"rendered":"https:\/\/openbooks.macewan.ca\/rcommander\/?post_type=chapter&#038;p=2693"},"modified":"2024-01-26T18:13:54","modified_gmt":"2024-01-26T23:13:54","slug":"5-8-review-questions","status":"publish","type":"chapter","link":"https:\/\/openbooks.macewan.ca\/introstats\/chapter\/5-8-review-questions\/","title":{"raw":"5.8 Review Questions","rendered":"5.8 Review Questions"},"content":{"raw":"<ol>\r\n \t<li>The standard normal distribution has mean ________ and standard deviation ________.<\/li>\r\n \t<li>The area under the density curve that lies between 30 and 40 is 0.832. What percentage of all possible observations of the variable are either less than 30 or greater than 40?<\/li>\r\n \t<li>The finishing times in the New York City 10-km run are normally distributed with mean 61 minutes and standard deviation 9 minutes.\r\n<ol type=\"a\">\r\n \t<li>Determine the percentage of finishers with times between 50 and 70 minutes.<\/li>\r\n \t<li>Determine the percentage of finishers with times less than 75 minutes.<\/li>\r\n \t<li>Obtain and interpret the 40th percentile for the finishing times.<\/li>\r\n \t<li>Find and interpret the 8th decile for the finishing times.<\/li>\r\n<\/ol>\r\n<\/li>\r\n<\/ol>\r\n<details><summary>Show\/Hide Answer<\/summary>\r\n<ol type=\"1\">\r\n \t<li>The standard normal distribution has a mean <strong>0<\/strong> and\r\nstandard deviation <strong>1<\/strong>.<\/li>\r\n \t<li><span style=\"text-align: initial;font-size: 1em\">Since the total area under any density curve is 1, the total area to\u00a0<\/span><span style=\"text-align: initial;font-size: 1em\">the left of 30 and to the right of 40 is 1-0.832=0.168. The percentage\u00a0<\/span><span style=\"text-align: initial;font-size: 1em\">of observations that are either less than 30 or greater than 40 is\u00a0<\/span><span style=\"text-align: initial;font-size: 1em\">16.8%.<\/span><\/li>\r\n<\/ol>\r\n<ol start=\"3\" type=\"1\">\r\n \t<li>\u200c\r\n<ol type=\"a\">\r\n \t<li><span style=\"text-align: initial;font-size: 1em\">Want to find the area between 50 and 70, we need to find the z-scores\u00a0<\/span><span style=\"text-align: initial;font-size: 1em\">first and then use Table II.\r\n<\/span>\r\n[latex]\r\n\\begin{align*}P(50 &lt; X &lt; 70) &amp;= P(\\frac{50 - 61}{9} &lt; Z &lt; \\frac{70 - 61}{9}) = P( - 1.22 &lt; Z &lt; 1) \\\\\r\n&amp;= P(Z&lt; 1) - P(Z &lt; - 1.22) = 0.8413 - 0.1112 = 0.7301.\r\n\\end{align*}\r\n[\/latex]\r\n<span style=\"text-align: initial;font-size: 1em\">\r\n<\/span><span style=\"text-align: initial;font-size: 1em\">There are 73.01% of finishers with times between 50 and 70 minutes.\u00a0<\/span><span style=\"text-align: initial;font-size: 1em\">We could also double check with R commander, the results are close. The\u00a0<\/span><span style=\"text-align: initial;font-size: 1em\">results differ since we round the z score to two decimals and use <\/span><span style=\"text-align: initial;font-size: 1em\">the table.\r\n<\/span><code>## [1] 0.8413447 0.1108118\r\n<\/code><code>## [1] 0.7305329<\/code><\/li>\r\n<\/ol>\r\n<ol start=\"2\" type=\"a\">\r\n \t<li><span style=\"text-align: initial;font-size: 1em\">If you want to find the area to the left of 75, find the z-score first and <\/span><span style=\"text-align: initial;font-size: 1em\">then use Table II to find the area.\u00a0<\/span>\\[P(X &lt; 75) = P(Z &lt; \\frac{75 - 61}{9}) = P(Z &lt; 1.56) = 0.9406.\\]\u00a0<span style=\"text-align: initial;font-size: 1em\">There are 94.06% of finishers with times less than 75 minutes. We\u00a0<\/span><span style=\"text-align: initial;font-size: 1em\">could also double check with R commander, the results are close.\r\n<\/span><code>## [1] 0.9400931<\/code><\/li>\r\n<\/ol>\r\n<ol start=\"3\" type=\"a\">\r\n \t<li><span style=\"text-align: initial;font-size: 1em\">Want to know 40% of finishers with times below what value. First, use\u00a0Table II to find the z-score with the <\/span><span style=\"text-align: initial;font-size: 1em\">area to its left is 0.4. The closest\u00a0<\/span><span style=\"text-align: initial;font-size: 1em\">value in the main body of Table II is 0.4013 with the corresponding\u00a0z-score of <\/span><span style=\"text-align: initial;font-size: 1em\">-0.25. Therefore, the normal quantile is<\/span>\r\n[latex]x = \\mu + z \\times \\sigma = 61 + ( - 0.25) \\times 9 = 58.75.[\/latex]\r\n<span style=\"text-align: initial;font-size: 1em\">Interpretation: There are 40% of finishers with times less than 58.75\u00a0<\/span><span style=\"text-align: initial;font-size: 1em\">minutes.\r\n<\/span><span style=\"text-align: initial;font-size: 1em\">We could also double check with R commander, the results are\u00a0<\/span><span style=\"text-align: initial;font-size: 1em\">close.\r\n<\/span><code>## [1] 58.71988<\/code><\/li>\r\n<\/ol>\r\n<ol start=\"4\" type=\"a\">\r\n \t<li><span style=\"text-align: initial;font-size: 1em\">8th decile is the same as the 80th percentile. Want to know 80% of <\/span><span style=\"text-align: initial;font-size: 1em\">finishers with times below what value. First, use Table II to find the\u00a0z-score with the <\/span><span style=\"text-align: initial;font-size: 1em\">area to its left is 0.8. The closest value in the main body\u00a0<\/span><span style=\"text-align: initial;font-size: 1em\">of Table II is 0.7995, with the corresponding z-score of 0.84.\r\n<\/span><span style=\"text-align: initial;font-size: 1em\">Therefore, the normal quantile is<\/span> [latex]x = \\mu + z \\times \\sigma = 61 + 0.84 \\times 9 = 68.56.[\/latex]<span style=\"text-align: initial;font-size: 1em\">\r\n<\/span><span style=\"text-align: initial;font-size: 1em\">Interpretation: 80% of finishers have times less than 68.56 <\/span><span style=\"text-align: initial;font-size: 1em\">minutes.\r\n<\/span><span style=\"text-align: initial;font-size: 1em\">We could also double check with R commander, the results are\u00a0<\/span><span style=\"text-align: initial;font-size: 1em\">close.\r\n<\/span><code>## [1] 68.57459<\/code><\/li>\r\n<\/ol>\r\n<\/li>\r\n<\/ol>\r\n<\/details>","rendered":"<ol>\n<li>The standard normal distribution has mean ________ and standard deviation ________.<\/li>\n<li>The area under the density curve that lies between 30 and 40 is 0.832. What percentage of all possible observations of the variable are either less than 30 or greater than 40?<\/li>\n<li>The finishing times in the New York City 10-km run are normally distributed with mean 61 minutes and standard deviation 9 minutes.\n<ol type=\"a\">\n<li>Determine the percentage of finishers with times between 50 and 70 minutes.<\/li>\n<li>Determine the percentage of finishers with times less than 75 minutes.<\/li>\n<li>Obtain and interpret the 40th percentile for the finishing times.<\/li>\n<li>Find and interpret the 8th decile for the finishing times.<\/li>\n<\/ol>\n<\/li>\n<\/ol>\n<details>\n<summary>Show\/Hide Answer<\/summary>\n<ol type=\"1\">\n<li>The standard normal distribution has a mean <strong>0<\/strong> and<br \/>\nstandard deviation <strong>1<\/strong>.<\/li>\n<li><span style=\"text-align: initial;font-size: 1em\">Since the total area under any density curve is 1, the total area to\u00a0<\/span><span style=\"text-align: initial;font-size: 1em\">the left of 30 and to the right of 40 is 1-0.832=0.168. The percentage\u00a0<\/span><span style=\"text-align: initial;font-size: 1em\">of observations that are either less than 30 or greater than 40 is\u00a0<\/span><span style=\"text-align: initial;font-size: 1em\">16.8%.<\/span><\/li>\n<\/ol>\n<ol start=\"3\" type=\"1\">\n<li>\u200c\n<ol type=\"a\">\n<li><span style=\"text-align: initial;font-size: 1em\">Want to find the area between 50 and 70, we need to find the z-scores\u00a0<\/span><span style=\"text-align: initial;font-size: 1em\">first and then use Table II.<br \/>\n<\/span><br \/>\n[latex]\\begin{align*}P(50 < X < 70) &= P(\\frac{50 - 61}{9} < Z < \\frac{70 - 61}{9}) = P( - 1.22 < Z < 1) \\\\  &= P(Z< 1) - P(Z < - 1.22) = 0.8413 - 0.1112 = 0.7301.  \\end{align*}[\/latex]\n<span style=\"text-align: initial;font-size: 1em\"><br \/>\n<\/span><span style=\"text-align: initial;font-size: 1em\">There are 73.01% of finishers with times between 50 and 70 minutes.\u00a0<\/span><span style=\"text-align: initial;font-size: 1em\">We could also double check with R commander, the results are close. The\u00a0<\/span><span style=\"text-align: initial;font-size: 1em\">results differ since we round the z score to two decimals and use <\/span><span style=\"text-align: initial;font-size: 1em\">the table.<br \/>\n<\/span><code>## [1] 0.8413447 0.1108118<br \/>\n<\/code><code>## [1] 0.7305329<\/code><\/li>\n<\/ol>\n<ol start=\"2\" type=\"a\">\n<li><span style=\"text-align: initial;font-size: 1em\">If you want to find the area to the left of 75, find the z-score first and <\/span><span style=\"text-align: initial;font-size: 1em\">then use Table II to find the area.\u00a0<\/span>\\[P(X &lt; 75) = P(Z &lt; \\frac{75 &#8211; 61}{9}) = P(Z &lt; 1.56) = 0.9406.\\]\u00a0<span style=\"text-align: initial;font-size: 1em\">There are 94.06% of finishers with times less than 75 minutes. We\u00a0<\/span><span style=\"text-align: initial;font-size: 1em\">could also double check with R commander, the results are close.<br \/>\n<\/span><code>## [1] 0.9400931<\/code><\/li>\n<\/ol>\n<ol start=\"3\" type=\"a\">\n<li><span style=\"text-align: initial;font-size: 1em\">Want to know 40% of finishers with times below what value. First, use\u00a0Table II to find the z-score with the <\/span><span style=\"text-align: initial;font-size: 1em\">area to its left is 0.4. The closest\u00a0<\/span><span style=\"text-align: initial;font-size: 1em\">value in the main body of Table II is 0.4013 with the corresponding\u00a0z-score of <\/span><span style=\"text-align: initial;font-size: 1em\">-0.25. Therefore, the normal quantile is<\/span><br \/>\n[latex]x = \\mu + z \\times \\sigma = 61 + ( - 0.25) \\times 9 = 58.75.[\/latex]<br \/>\n<span style=\"text-align: initial;font-size: 1em\">Interpretation: There are 40% of finishers with times less than 58.75\u00a0<\/span><span style=\"text-align: initial;font-size: 1em\">minutes.<br \/>\n<\/span><span style=\"text-align: initial;font-size: 1em\">We could also double check with R commander, the results are\u00a0<\/span><span style=\"text-align: initial;font-size: 1em\">close.<br \/>\n<\/span><code>## [1] 58.71988<\/code><\/li>\n<\/ol>\n<ol start=\"4\" type=\"a\">\n<li><span style=\"text-align: initial;font-size: 1em\">8th decile is the same as the 80th percentile. Want to know 80% of <\/span><span style=\"text-align: initial;font-size: 1em\">finishers with times below what value. First, use Table II to find the\u00a0z-score with the <\/span><span style=\"text-align: initial;font-size: 1em\">area to its left is 0.8. The closest value in the main body\u00a0<\/span><span style=\"text-align: initial;font-size: 1em\">of Table II is 0.7995, with the corresponding z-score of 0.84.<br \/>\n<\/span><span style=\"text-align: initial;font-size: 1em\">Therefore, the normal quantile is<\/span> [latex]x = \\mu + z \\times \\sigma = 61 + 0.84 \\times 9 = 68.56.[\/latex]<span style=\"text-align: initial;font-size: 1em\"><br \/>\n<\/span><span style=\"text-align: initial;font-size: 1em\">Interpretation: 80% of finishers have times less than 68.56 <\/span><span style=\"text-align: initial;font-size: 1em\">minutes.<br \/>\n<\/span><span style=\"text-align: initial;font-size: 1em\">We could also double check with R commander, the results are\u00a0<\/span><span style=\"text-align: initial;font-size: 1em\">close.<br \/>\n<\/span><code>## [1] 68.57459<\/code><\/li>\n<\/ol>\n<\/li>\n<\/ol>\n<\/details>\n","protected":false},"author":19,"menu_order":8,"template":"","meta":{"pb_show_title":"on","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":""},"chapter-type":[],"contributor":[],"license":[],"class_list":["post-2693","chapter","type-chapter","status-publish","hentry"],"part":588,"_links":{"self":[{"href":"https:\/\/openbooks.macewan.ca\/introstats\/wp-json\/pressbooks\/v2\/chapters\/2693","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/openbooks.macewan.ca\/introstats\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/openbooks.macewan.ca\/introstats\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/openbooks.macewan.ca\/introstats\/wp-json\/wp\/v2\/users\/19"}],"version-history":[{"count":14,"href":"https:\/\/openbooks.macewan.ca\/introstats\/wp-json\/pressbooks\/v2\/chapters\/2693\/revisions"}],"predecessor-version":[{"id":5172,"href":"https:\/\/openbooks.macewan.ca\/introstats\/wp-json\/pressbooks\/v2\/chapters\/2693\/revisions\/5172"}],"part":[{"href":"https:\/\/openbooks.macewan.ca\/introstats\/wp-json\/pressbooks\/v2\/parts\/588"}],"metadata":[{"href":"https:\/\/openbooks.macewan.ca\/introstats\/wp-json\/pressbooks\/v2\/chapters\/2693\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/openbooks.macewan.ca\/introstats\/wp-json\/wp\/v2\/media?parent=2693"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/openbooks.macewan.ca\/introstats\/wp-json\/pressbooks\/v2\/chapter-type?post=2693"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/openbooks.macewan.ca\/introstats\/wp-json\/wp\/v2\/contributor?post=2693"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/openbooks.macewan.ca\/introstats\/wp-json\/wp\/v2\/license?post=2693"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}