{"id":139,"date":"2022-05-18T16:36:58","date_gmt":"2022-05-18T16:36:58","guid":{"rendered":"https:\/\/pressbooks.ccconline.org\/accintrostats\/chapter\/contingency-tables\/"},"modified":"2022-08-10T19:39:38","modified_gmt":"2022-08-10T19:39:38","slug":"contingency-tables","status":"publish","type":"chapter","link":"https:\/\/pressbooks.ccconline.org\/accintrostats\/chapter\/contingency-tables\/","title":{"raw":"Chapter 4.5: Contingency Tables","rendered":"Chapter 4.5: Contingency Tables"},"content":{"raw":"&nbsp;\r\n<p id=\"element-864\">A <span data-type=\"term\">contingency table<\/span> provides a way of portraying data that can facilitate calculating probabilities. The table helps in determining conditional probabilities quite easily. The table displays sample values in relation to two different variables that may be dependent or contingent on one another. Later on, we will use contingency tables again, but in another manner.<\/p>\r\n\r\n<div id=\"element-775\" class=\"textbox textbox--examples\" data-type=\"example\">\r\n<p id=\"element-557\">Suppose a study of speeding violations and drivers who use cell phones produced the following fictional data:<\/p>\r\n\r\n<table id=\"element-838\" summary=\"A study of speeding violations\">\r\n<thead>\r\n<tr>\r\n<th><\/th>\r\n<th>Speeding violation in the last year<\/th>\r\n<th>No speeding violation in the last year<\/th>\r\n<th>Total<\/th>\r\n<\/tr>\r\n<\/thead>\r\n<tbody>\r\n<tr>\r\n<td>Uses cell phone while driving<\/td>\r\n<td>25<\/td>\r\n<td>280<\/td>\r\n<td>305<\/td>\r\n<\/tr>\r\n<tr>\r\n<td>Does not use cell phone while driving<\/td>\r\n<td>45<\/td>\r\n<td>405<\/td>\r\n<td>450<\/td>\r\n<\/tr>\r\n<tr>\r\n<td>Total<\/td>\r\n<td>70<\/td>\r\n<td>685<\/td>\r\n<td>755<\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<p id=\"element-42\">The total number of people in the sample is 755. The row totals are 305 and 450. The column totals are 70 and 685. Notice that 305 + 450 = 755 and 70 + 685 = 755.<\/p>\r\nCalculate the following probabilities using the table.\r\n\r\n&nbsp;\r\n<p id=\"eip-150\">a. Find <em data-effect=\"italics\">P<\/em>(Driver is a cell phone user).<span data-type=\"newline\">\r\n<\/span> b. Find <em data-effect=\"italics\">P<\/em>(driver had no violation in the last year).<span data-type=\"newline\">\r\n<\/span> c. Find <em data-effect=\"italics\">P<\/em>(Driver had no violation in the last year AND was a cell phone user).<span data-type=\"newline\">\r\n<\/span> d. Find <em data-effect=\"italics\">P<\/em>(Driver is a cell phone user OR driver had no violation in the last year).<span data-type=\"newline\">\r\n<\/span> e. Find <em data-effect=\"italics\">P<\/em>(Driver is a cell phone user GIVEN driver had a violation in the last year).<span data-type=\"newline\">\r\n<\/span> f. Find <em data-effect=\"italics\">P<\/em>(Driver had no violation last year GIVEN driver was not a cell phone user)<\/p>\r\n<p id=\"eip-276\"><span data-type=\"title\">Solutions:<\/span>a. \\(\\frac{\\text{number\u00a0of\u00a0cell\u00a0phone\u00a0users}}{\\text{total\u00a0number\u00a0in\u00a0study}}\\text{\u00a0}=\\text{\u00a0}\\frac{305}{755}\\)<\/p>\r\nb. \\(\\frac{\\text{number\u00a0that\u00a0had\u00a0no\u00a0violation}}{\\text{total\u00a0number\u00a0in\u00a0study}}\\text{\u00a0}=\\text{\u00a0}\\frac{685}{755}\\)\r\n\r\nc. \\(\\frac{280}{755}\\)\r\n\r\nd. \\(\\left(\\frac{305}{755}\\text{\u00a0}+\\text{\u00a0}\\frac{685}{755}\\right)\\text{\u00a0}-\\text{\u00a0}\\frac{280}{755}\\text{\u00a0}=\\text{\u00a0}\\frac{710}{755}\\)\r\n\r\ne. \\(\\frac{25}{70}\\) (The sample space is reduced to the number of drivers who had a violation.)\r\n\r\nf. \\(\\frac{405}{450}\\) (The sample space is reduced to the number of drivers who were not cell phone users.)\r\n\r\n<\/div>\r\n<div id=\"fs-idm8469088\" class=\"statistics try\" data-type=\"note\" data-has-label=\"true\" data-label=\"\">\r\n<div data-type=\"title\">Try it<\/div>\r\n<div id=\"fs-idm7340080\" data-type=\"exercise\">\r\n<div id=\"fs-idm53303712\" data-type=\"problem\">\r\n<p id=\"fs-idp10168704\"><a class=\"autogenerated-content\" href=\"#M05_ch03-tbl002\">(Figure)<\/a> shows the number of athletes who stretch before exercising and how many had injuries within the past year.<\/p>\r\n\r\n<table id=\"M05_ch03-tbl002\" summary=\"\">\r\n<thead>\r\n<tr>\r\n<th><\/th>\r\n<th>Injury in last year<\/th>\r\n<th>No injury in last year<\/th>\r\n<th>Total<\/th>\r\n<\/tr>\r\n<\/thead>\r\n<tbody>\r\n<tr>\r\n<td>Stretches<\/td>\r\n<td>55<\/td>\r\n<td>295<\/td>\r\n<td>350<\/td>\r\n<\/tr>\r\n<tr>\r\n<td>Does not stretch<\/td>\r\n<td>231<\/td>\r\n<td>219<\/td>\r\n<td>450<\/td>\r\n<\/tr>\r\n<tr>\r\n<td>Total<\/td>\r\n<td>286<\/td>\r\n<td>514<\/td>\r\n<td>800<\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<ol id=\"fs-idm56428944\" type=\"a\">\r\n \t<li>What is <em data-effect=\"italics\">P<\/em>(athlete stretches before exercising)?<\/li>\r\n \t<li>What is <em data-effect=\"italics\">P<\/em>(athlete stretches before exercising|no injury in the last year)?<\/li>\r\n<\/ol>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<div id=\"element-511\" class=\"textbox textbox--examples\" data-type=\"example\">\r\n<p id=\"element-98\"><a class=\"autogenerated-content\" href=\"#M05_ch03-tbl003\">(Figure)<\/a> shows a random sample of 100 hikers and the areas of hiking they prefer.<\/p>\r\n\r\n<table id=\"M05_ch03-tbl003\" summary=\"\"><caption><span data-type=\"title\">Hiking Area Preference<\/span><\/caption>\r\n<thead>\r\n<tr>\r\n<th>Sex<\/th>\r\n<th>The Coastline<\/th>\r\n<th>Near Lakes and Streams<\/th>\r\n<th>On Mountain Peaks<\/th>\r\n<th>Total<\/th>\r\n<\/tr>\r\n<\/thead>\r\n<tbody>\r\n<tr>\r\n<td>Female<\/td>\r\n<td>18<\/td>\r\n<td>16<\/td>\r\n<td>___<\/td>\r\n<td>45<\/td>\r\n<\/tr>\r\n<tr>\r\n<td>Male<\/td>\r\n<td>___<\/td>\r\n<td>___<\/td>\r\n<td>14<\/td>\r\n<td>55<\/td>\r\n<\/tr>\r\n<tr>\r\n<td>Total<\/td>\r\n<td>___<\/td>\r\n<td>41<\/td>\r\n<td>___<\/td>\r\n<td>___<\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<div data-type=\"exercise\">\r\n<div id=\"id41647708\" data-type=\"problem\">\r\n<p id=\"element-665\">a. Complete the table.<\/p>\r\n\r\n<\/div>\r\n<div id=\"id41647726\" data-type=\"solution\">\r\n<p id=\"fs-idm12745968\">a.<\/p>\r\n\r\n<table id=\"element-850s\" summary=\"\"><caption><span data-type=\"title\">Hiking Area Preference<\/span><\/caption>\r\n<thead>\r\n<tr>\r\n<th>Sex<\/th>\r\n<th>The Coastline<\/th>\r\n<th>Near Lakes and Streams<\/th>\r\n<th>On Mountain Peaks<\/th>\r\n<th>Total<\/th>\r\n<\/tr>\r\n<\/thead>\r\n<tbody>\r\n<tr>\r\n<td>Female<\/td>\r\n<td>18<\/td>\r\n<td>16<\/td>\r\n<td><strong>11<\/strong><\/td>\r\n<td>45<\/td>\r\n<\/tr>\r\n<tr>\r\n<td>Male<\/td>\r\n<td><strong>16<\/strong><\/td>\r\n<td><strong>25<\/strong><\/td>\r\n<td>14<\/td>\r\n<td>55<\/td>\r\n<\/tr>\r\n<tr>\r\n<td>Total<\/td>\r\n<td><strong>34<\/strong><\/td>\r\n<td>41<\/td>\r\n<td><strong>25<\/strong><\/td>\r\n<td><strong>100<\/strong><\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<\/div>\r\n<\/div>\r\n<div data-type=\"exercise\">\r\n<div id=\"id41524865\" data-type=\"problem\">\r\n\r\nb. Are the events \"being female\" and \"preferring the coastline\" independent events?\r\n\r\nLet <em data-effect=\"italics\">F<\/em> = being female and let <em data-effect=\"italics\">C<\/em> = preferring the coastline.\r\n<ol id=\"element-1242\">\r\n \t<li>Find <em data-effect=\"italics\">P<\/em>(<em data-effect=\"italics\">F<\/em> AND <em data-effect=\"italics\">C<\/em>).<\/li>\r\n \t<li>Find <em data-effect=\"italics\">P<\/em>(<em data-effect=\"italics\">F<\/em>)<em data-effect=\"italics\">P<\/em>(<em data-effect=\"italics\">C<\/em>)<\/li>\r\n<\/ol>\r\n<p id=\"element-3532\">Are these two numbers the same? If they are, then <em data-effect=\"italics\">F<\/em> and <em data-effect=\"italics\">C<\/em> are independent. If they are not, then <em data-effect=\"italics\">F<\/em> and <em data-effect=\"italics\">C<\/em> are not independent.<\/p>\r\n\r\n<\/div>\r\n<div id=\"id41524993\" data-type=\"solution\" data-print-placement=\"end\">\r\n<p id=\"eip-idp6169056\">b.<\/p>\r\n\r\n<ol id=\"eip-idm12758816\">\r\n \t<li><em data-effect=\"italics\">P<\/em>(<em data-effect=\"italics\">F<\/em> AND <em data-effect=\"italics\">C<\/em>) = \\(\\frac{18}{100}\\) = 0.18<\/li>\r\n \t<li><em data-effect=\"italics\">P<\/em>(<em data-effect=\"italics\">F<\/em>)<em data-effect=\"italics\">P<\/em>(<em data-effect=\"italics\">C<\/em>) = \\(\\left(\\frac{45}{100}\\right)\\left(\\frac{34}{100}\\right)\\) = (0.45)(0.34) = 0.153<\/li>\r\n<\/ol>\r\n<em data-effect=\"italics\">P<\/em>(<em data-effect=\"italics\">F<\/em> AND <em data-effect=\"italics\">C<\/em>) \u2260 <em data-effect=\"italics\">P<\/em>(<em data-effect=\"italics\">F<\/em>)<em data-effect=\"italics\">P<\/em>(<em data-effect=\"italics\">C<\/em>), so the events <em data-effect=\"italics\">F<\/em> and <em data-effect=\"italics\">C<\/em> are not independent.\r\n\r\n&nbsp;\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"element-414\" data-type=\"exercise\">\r\n<div id=\"id41525175\" data-type=\"problem\">\r\n<p id=\"element-717\">c. Find the probability that a person is male given that the person prefers hiking near lakes and streams. Let <em data-effect=\"italics\">M<\/em> = being male, and let <em data-effect=\"italics\">L<\/em> = prefers hiking near lakes and streams.<\/p>\r\n\r\n<ol id=\"element-2341\" type=\"1\">\r\n \t<li>What word tells you this is a conditional?<\/li>\r\n \t<li>Fill in the blanks and calculate the probability: <em data-effect=\"italics\">P<\/em>(___|___) = ___.<\/li>\r\n \t<li>Is the sample space for this problem all 100 hikers? If not, what is it?<\/li>\r\n<\/ol>\r\n<\/div>\r\n<div id=\"id41525272\" data-type=\"solution\" data-print-placement=\"end\">\r\n<p id=\"fs-idm47502368\">c.<\/p>\r\n\r\n<ol id=\"element-2341s\" type=\"1\">\r\n \t<li>The word 'given' tells you that this is a conditional.<\/li>\r\n \t<li><em data-effect=\"italics\">P<\/em>(<em data-effect=\"italics\">M<\/em>|<em data-effect=\"italics\">L<\/em>) = \\(\\frac{25}{41}\\)<\/li>\r\n \t<li>No, the sample space for this problem is the 41 hikers who prefer lakes and streams.<\/li>\r\n<\/ol>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<\/div>\r\n<\/div>\r\n<div data-type=\"exercise\">\r\n<div id=\"id41525358\" data-type=\"problem\">\r\n<p id=\"element-715\">d. Find the probability that a person is female or prefers hiking on mountain peaks. Let <em data-effect=\"italics\">F<\/em> = being female, and let <em data-effect=\"italics\">P<\/em> = prefers mountain peaks.<\/p>\r\n\r\n<ol id=\"list1213\">\r\n \t<li>Find <em data-effect=\"italics\">P<\/em>(<em data-effect=\"italics\">F<\/em>).<\/li>\r\n \t<li>Find <em data-effect=\"italics\">P<\/em>(<em data-effect=\"italics\">P<\/em>).<\/li>\r\n \t<li>Find <em data-effect=\"italics\">P<\/em>(<em data-effect=\"italics\">F<\/em> AND <em data-effect=\"italics\">P<\/em>).<\/li>\r\n \t<li>Find <em data-effect=\"italics\">P<\/em>(<em data-effect=\"italics\">F<\/em> OR <em data-effect=\"italics\">P<\/em>).<\/li>\r\n<\/ol>\r\n<\/div>\r\n<div id=\"id41669265\" data-type=\"solution\" data-print-placement=\"end\">\r\n<p id=\"fs-idm40596864\">d.<\/p>\r\n\r\n<ol id=\"list1213s\">\r\n \t<li><em data-effect=\"italics\">P<\/em>(<em data-effect=\"italics\">F<\/em>) = \\(\\frac{45}{100}\\)<\/li>\r\n \t<li><em data-effect=\"italics\">P<\/em>(<em data-effect=\"italics\">P<\/em>) = \\(\\frac{25}{100}\\)<\/li>\r\n \t<li><em data-effect=\"italics\">P<\/em>(<em data-effect=\"italics\">F<\/em> AND <em data-effect=\"italics\">P<\/em>) = \\(\\frac{11}{100}\\)<\/li>\r\n \t<li><em data-effect=\"italics\">P<\/em>(<em data-effect=\"italics\">F<\/em> OR <em data-effect=\"italics\">P<\/em>) = \\(\\frac{45}{100}\\) + \\(\\frac{25}{100}\\) - \\(\\frac{11}{100}\\) = \\(\\frac{59}{100}\\)<\/li>\r\n<\/ol>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-idm2360992\" class=\"statistics try\" data-type=\"note\" data-has-label=\"true\" data-label=\"\">\r\n<div data-type=\"title\">Try It<\/div>\r\n<div id=\"fs-idp7366752\" data-type=\"exercise\">\r\n<div id=\"fs-idm68351312\" data-type=\"problem\">\r\n\r\n<a class=\"autogenerated-content\" href=\"#M05_ch03-tbl005\">(Figure)<\/a> shows a random sample of 200 cyclists and the routes they prefer. Let <em data-effect=\"italics\">M<\/em> = males and <em data-effect=\"italics\">H<\/em> = hilly path.\r\n<table id=\"M05_ch03-tbl005\" summary=\"\">\r\n<thead>\r\n<tr>\r\n<th>Gender<\/th>\r\n<th>Lake Path<\/th>\r\n<th>Hilly Path<\/th>\r\n<th>Wooded Path<\/th>\r\n<th>Total<\/th>\r\n<\/tr>\r\n<\/thead>\r\n<tbody>\r\n<tr>\r\n<td>Female<\/td>\r\n<td>45<\/td>\r\n<td>38<\/td>\r\n<td>27<\/td>\r\n<td>110<\/td>\r\n<\/tr>\r\n<tr>\r\n<td>Male<\/td>\r\n<td>26<\/td>\r\n<td>52<\/td>\r\n<td>12<\/td>\r\n<td>90<\/td>\r\n<\/tr>\r\n<tr>\r\n<td>Total<\/td>\r\n<td>71<\/td>\r\n<td>90<\/td>\r\n<td>39<\/td>\r\n<td>200<\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<ol id=\"fs-idm26020880\" type=\"a\">\r\n \t<li>Out of the males, what is the probability that the cyclist prefers a hilly path?<\/li>\r\n \t<li>Are the events \u201cbeing male\u201d and \u201cpreferring the hilly path\u201d independent events?<\/li>\r\n<\/ol>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<div id=\"element-883\" class=\"textbox textbox--examples\" data-type=\"example\">\r\n\r\nMuddy Mouse lives in a cage with three doors. If Muddy goes out the first door, the probability that he gets caught by Alissa the cat is \\(\\frac{1}{5}\\text{}\\) and the probability he is not caught is \\(\\frac{4}{5}\\text{}\\). If he goes out the second door, the probability he gets caught by Alissa is \\(\\frac{1}{4}\\) and the probability he is not caught is \\(\\frac{3}{4}\\). The probability that Alissa catches Muddy coming out of the third door is \\(\\frac{1}{2}\\) and the probability she does not catch Muddy is \\(\\frac{1}{2}\\). It is equally likely that Muddy will choose any of the three doors so the probability of choosing each door is \\(\\frac{1}{3}\\).\r\n<table summary=\"\"><caption><span data-type=\"title\">Door Choice<\/span><\/caption>\r\n<thead>\r\n<tr>\r\n<th>Caught or Not<\/th>\r\n<th>Door One<\/th>\r\n<th>Door Two<\/th>\r\n<th>Door Three<\/th>\r\n<th>Total<\/th>\r\n<\/tr>\r\n<\/thead>\r\n<tbody>\r\n<tr>\r\n<td>Caught<\/td>\r\n<td>\\(\\frac{1}{15}\\text{}\\)<\/td>\r\n<td>\\(\\frac{1}{12}\\text{}\\)<\/td>\r\n<td>\\(\\frac{1}{6}\\text{}\\)<\/td>\r\n<td>____<\/td>\r\n<\/tr>\r\n<tr>\r\n<td>Not Caught<\/td>\r\n<td>\\(\\frac{4}{15}\\)<\/td>\r\n<td>\\(\\frac{3}{12}\\)<\/td>\r\n<td>\\(\\frac{1}{6}\\)<\/td>\r\n<td>____<\/td>\r\n<\/tr>\r\n<tr>\r\n<td>Total<\/td>\r\n<td>____<\/td>\r\n<td>____<\/td>\r\n<td>____<\/td>\r\n<td>1<\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<ul id=\"element-791\">\r\n \t<li>The first entry \\(\\frac{1}{15}=\\left(\\frac{1}{5}\\right)\\left(\\frac{1}{3}\\right)\\) is <em data-effect=\"italics\">P<\/em>(Door One AND Caught)<\/li>\r\n \t<li>The entry \\(\\frac{4}{15}=\\left(\\frac{4}{5}\\right)\\left(\\frac{1}{3}\\right)\\) is <em data-effect=\"italics\">P<\/em>(Door One AND Not Caught)<\/li>\r\n<\/ul>\r\n<p id=\"element-94\">Verify the remaining entries.<\/p>\r\n&nbsp;\r\n<div data-type=\"exercise\">\r\n<div id=\"id41669984\" data-type=\"problem\">\r\n\r\na. Complete the probability contingency table. Calculate the entries for the totals. Verify that the lower-right corner entry is 1.\r\n\r\n<\/div>\r\n<div id=\"id41670004\" data-type=\"solution\" data-print-placement=\"end\">\r\n<p id=\"fs-idm19141920\">a.<\/p>\r\n\r\n<table id=\"element-6166\" summary=\"Displayed is a contingency table showing all the entries for the Muddy Mouse problem.\"><caption><span data-type=\"title\">Door Choice<\/span><\/caption>\r\n<thead>\r\n<tr>\r\n<th>Caught or Not<\/th>\r\n<th>Door One<\/th>\r\n<th>Door Two<\/th>\r\n<th>Door Three<\/th>\r\n<th>Total<\/th>\r\n<\/tr>\r\n<\/thead>\r\n<tbody>\r\n<tr>\r\n<td>Caught<\/td>\r\n<td>\\(\\frac{1}{15}\\text{}\\)<\/td>\r\n<td>\\(\\frac{1}{12}\\text{}\\)<\/td>\r\n<td>\\(\\frac{1}{6}\\text{}\\)<\/td>\r\n<td><strong>\\(\\frac{19}{60}\\)<\/strong><\/td>\r\n<\/tr>\r\n<tr>\r\n<td>Not Caught<\/td>\r\n<td>\\(\\frac{4}{15}\\)<\/td>\r\n<td>\\(\\frac{3}{12}\\)<\/td>\r\n<td>\\(\\frac{1}{6}\\)<\/td>\r\n<td><strong>\\(\\frac{41}{60}\\)<\/strong><\/td>\r\n<\/tr>\r\n<tr>\r\n<td>Total<\/td>\r\n<td><strong>\\(\\frac{5}{15}\\)<\/strong><\/td>\r\n<td><strong>\\(\\frac{4}{12}\\)<\/strong><\/td>\r\n<td><strong>\\(\\frac{2}{6}\\)<\/strong><\/td>\r\n<td>1<\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<\/div>\r\n<\/div>\r\n<div id=\"element-604\" data-type=\"exercise\">\r\n<div id=\"id41670368\" data-type=\"problem\">\r\n<p id=\"element-117\">b. What is the probability that Alissa does not catch Muddy?<\/p>\r\n\r\n<\/div>\r\n<div id=\"id41670388\" data-type=\"solution\">\r\n<p id=\"element-70\">b. \\(\\frac{41}{60}\\)<\/p>\r\n&nbsp;\r\n\r\n<\/div>\r\n<\/div>\r\n<div data-type=\"exercise\">\r\n<div id=\"id41670423\" data-type=\"problem\">\r\n<p id=\"element-45\">c. What is the probability that Muddy chooses Door One OR Door Two given that Muddy is caught by Alissa?<\/p>\r\n\r\n<\/div>\r\n<div id=\"id41670452\" data-type=\"solution\">\r\n\r\nc. \\(\\frac{9}{19}\\)\r\n\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-idm73418960\" class=\"textbox textbox--examples\" data-type=\"example\">\r\n<p id=\"fs-idm37807440\"><a class=\"autogenerated-content\" href=\"#Ch03_M04_tbl007\">(Figure)<\/a> contains the number of crimes per 100,000 inhabitants from 2008 to 2011 in the U.S.<\/p>\r\n\r\n<table id=\"Ch03_M04_tbl007\" summary=\"United States Crime Index Rates Per 100,000 Inhabitants 2008 \u2013 2011\"><caption><span data-type=\"title\">United States Crime Index Rates Per 100,000 Inhabitants 2008\u20132011<\/span><\/caption>\r\n<thead>\r\n<tr>\r\n<th>Year<\/th>\r\n<th>Robbery<\/th>\r\n<th>Burglary<\/th>\r\n<th>Rape<\/th>\r\n<th>Vehicle<\/th>\r\n<th>Total<\/th>\r\n<\/tr>\r\n<\/thead>\r\n<tbody>\r\n<tr>\r\n<td>2008<\/td>\r\n<td>145.7<\/td>\r\n<td>732.1<\/td>\r\n<td>29.7<\/td>\r\n<td>314.7<\/td>\r\n<td><\/td>\r\n<\/tr>\r\n<tr>\r\n<td>2009<\/td>\r\n<td>133.1<\/td>\r\n<td>717.7<\/td>\r\n<td>29.1<\/td>\r\n<td>259.2<\/td>\r\n<td><\/td>\r\n<\/tr>\r\n<tr>\r\n<td>2010<\/td>\r\n<td>119.3<\/td>\r\n<td>701<\/td>\r\n<td>27.7<\/td>\r\n<td>239.1<\/td>\r\n<td><\/td>\r\n<\/tr>\r\n<tr>\r\n<td>2011<\/td>\r\n<td>113.7<\/td>\r\n<td>702.2<\/td>\r\n<td>26.8<\/td>\r\n<td>229.6<\/td>\r\n<td><\/td>\r\n<\/tr>\r\n<tr>\r\n<td>Total<\/td>\r\n<td><\/td>\r\n<td><\/td>\r\n<td><\/td>\r\n<td><\/td>\r\n<td><\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<div id=\"fs-idm29224880\" data-type=\"exercise\">\r\n<div id=\"fs-idm58902352\" data-type=\"problem\">\r\n<p id=\"fs-idp18911776\">TOTAL each column and each row. Total data = 4,520.7<\/p>\r\n\r\n<ol id=\"fs-idm6434864\" type=\"a\">\r\n \t<li>Find <em data-effect=\"italics\">P<\/em>(2009 AND Robbery).<\/li>\r\n \t<li>Find <em data-effect=\"italics\">P<\/em>(2010 AND Burglary).<\/li>\r\n \t<li>Find <em data-effect=\"italics\">P<\/em>(2010 OR Burglary).<\/li>\r\n \t<li>Find <em data-effect=\"italics\">P<\/em>(2011|Rape).<\/li>\r\n \t<li>Find <em data-effect=\"italics\">P<\/em>(Vehicle|2008).<\/li>\r\n<\/ol>\r\n<\/div>\r\n<div id=\"fs-idm46779568\" data-type=\"solution\">\r\n<p id=\"fs-idm37451408\">a. 0.0294, b. 0.1551, c. 0.7165, d. 0.2365, e. 0.2575<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-idm31309776\" class=\"statistics try\" data-type=\"note\" data-has-label=\"true\" data-label=\"\">\r\n<div data-type=\"title\">Try It<\/div>\r\n<div id=\"fs-idm30200592\" data-type=\"exercise\">\r\n<div id=\"fs-idm54491920\" data-type=\"problem\">\r\n<p id=\"fs-idm50410048\"><a class=\"autogenerated-content\" href=\"#M05_ch03-tbl009\">(Figure)<\/a> relates the weights and heights of a group of individuals participating in an observational study.<\/p>\r\n\r\n<table id=\"M05_ch03-tbl009\" summary=\"\">\r\n<thead>\r\n<tr>\r\n<th>Weight\/Height<\/th>\r\n<th>Tall<\/th>\r\n<th>Medium<\/th>\r\n<th>Short<\/th>\r\n<th>Totals<\/th>\r\n<\/tr>\r\n<\/thead>\r\n<tbody>\r\n<tr>\r\n<td>Obese<\/td>\r\n<td>18<\/td>\r\n<td>28<\/td>\r\n<td>14<\/td>\r\n<td><\/td>\r\n<\/tr>\r\n<tr>\r\n<td>Normal<\/td>\r\n<td>20<\/td>\r\n<td>51<\/td>\r\n<td>28<\/td>\r\n<td><\/td>\r\n<\/tr>\r\n<tr>\r\n<td>Underweight<\/td>\r\n<td>12<\/td>\r\n<td>25<\/td>\r\n<td>9<\/td>\r\n<td><\/td>\r\n<\/tr>\r\n<tr>\r\n<td>Totals<\/td>\r\n<td><\/td>\r\n<td><\/td>\r\n<td><\/td>\r\n<td><\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<ol id=\"fs-idm43315168\" type=\"a\">\r\n \t<li>Find the total for each row and column<\/li>\r\n \t<li>Find the probability that a randomly chosen individual from this group is Tall.<\/li>\r\n \t<li>Find the probability that a randomly chosen individual from this group is Obese and Tall.<\/li>\r\n \t<li>Find the probability that a randomly chosen individual from this group is Tall given that the idividual is Obese.<\/li>\r\n \t<li>Find the probability that a randomly chosen individual from this group is Obese given that the individual is Tall.<\/li>\r\n \t<li>Find the probability a randomly chosen individual from this group is Tall and Underweight.<\/li>\r\n \t<li>Are the events Obese and Tall independent?<\/li>\r\n<\/ol>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-idm122777312\" class=\"footnotes\" data-depth=\"1\">\r\n<h3 data-type=\"title\">References<\/h3>\r\n<p id=\"fs-idp25484384\">\u201cBlood Types.\u201d American Red Cross, 2013. Available online at http:\/\/www.redcrossblood.org\/learn-about-blood\/blood-types (accessed May 3, 2013).<\/p>\r\n<p id=\"fs-idm90987472\">Data from the National Center for Health Statistics, part of the United States Department of Health and Human Services.<\/p>\r\n<p id=\"fs-idm79839440\">Data from United States Senate. Available online at www.senate.gov (accessed May 2, 2013).<\/p>\r\n<p id=\"fs-idm90988000\">Haiman, Christopher A., Daniel O. Stram, Lynn R. Wilkens, Malcom C. Pike, Laurence N. Kolonel, Brien E. Henderson, and Lo\u012bc Le Marchand. \u201cEthnic and Racial Differences in the Smoking-Related Risk of Lung Cancer.\u201d The New England Journal of Medicine, 2013. Available online at http:\/\/www.nejm.org\/doi\/full\/10.1056\/NEJMoa033250 (accessed May 2, 2013).<\/p>\r\n<p id=\"eip-29\">\u201cHuman Blood Types.\u201d Unite Blood Services, 2011. Available online at http:\/\/www.unitedbloodservices.org\/learnMore.aspx (accessed May 2, 2013).<\/p>\r\n<p id=\"fs-idm7900000\">Samuel, T. M. \u201cStrange Facts about RH Negative Blood.\u201d eHow Health, 2013. Available online at http:\/\/www.ehow.com\/facts_5552003_strange-rh-negative-blood.html (accessed May 2, 2013).<\/p>\r\n\u201cUnited States: Uniform Crime Report \u2013 State Statistics from 1960\u20132011.\u201d The Disaster Center. Available online at http:\/\/www.disastercenter.com\/crime\/ (accessed May 2, 2013).\r\n\r\n<\/div>\r\n<div id=\"fs-idm68934880\" class=\"summary\" data-depth=\"1\">\r\n<h3 data-type=\"title\">Chapter Review<\/h3>\r\n<p id=\"fs-idp35891312\">There are several tools you can use to help organize and sort data when calculating probabilities. Contingency tables help display data and are particularly useful when calculating probabilites that have multiple dependent variables.<\/p>\r\n\r\n<\/div>\r\n<div id=\"fs-idp46156576\" class=\"practice\" data-depth=\"1\">\r\n<h3 data-type=\"title\"><em data-effect=\"italics\">Use the following information to answer the next four exercises.<\/em><a class=\"autogenerated-content\" href=\"#M05_ch03-tbl011\">(Figure)<\/a> shows a random sample of musicians and how they learned to play their instruments.GenderSelf-taughtStudied in SchoolPrivate InstructionTotalFemale12382272Male19241558Total316237130Find <em data-effect=\"italics\">P<\/em>(musician is a female).<\/h3>\r\n<\/div>\r\n<div id=\"eip-388\" data-type=\"exercise\">\r\n<div id=\"eip-950\" data-type=\"problem\">\r\n<p id=\"eip-249\">Find <em data-effect=\"italics\">P<\/em>(musician is a male AND had private instruction).<\/p>\r\n\r\n<\/div>\r\n<div data-type=\"solution\">\r\n<p id=\"eip-225\"><em data-effect=\"italics\">P<\/em>(musician is a male AND had private instruction) = \\(\\frac{15}{130}\\) = \\(\\frac{3}{26}\\) = 0.12<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"eip-631\" data-type=\"exercise\">\r\n<div id=\"eip-500\" data-type=\"problem\">\r\n\r\nFind <em data-effect=\"italics\">P<\/em>(musician is a female OR is self taught).\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"eip-350\" data-type=\"exercise\">\r\n<div data-type=\"problem\">\r\n\r\nAre the events \u201cbeing a female musician\u201d and \u201clearning music in school\u201d mutually exclusive events?\r\n\r\n<\/div>\r\n<div data-type=\"solution\">\r\n<p id=\"eip-609\"><em data-effect=\"italics\">P<\/em>(being\u00a0a\u00a0female\u00a0musician\u00a0AND\u00a0learning\u00a0music\u00a0in\u00a0school) = \\(\\frac{38}{130}\\) = \\(\\frac{19}{65}\\) = 0.29<\/p>\r\n<p id=\"eip-610\"><em data-effect=\"italics\">P<\/em>(being a female musician)<em data-effect=\"italics\">P<\/em>(learning music in school) = \\(\\left(\\frac{72}{130}\\right)\\left(\\frac{62}{130}\\right)\\) = \\(\\frac{4,464}{16,900}\\) = \\(\\frac{1,116}{4,225}\\) = 0.26<\/p>\r\nNo, they are not independent because <em data-effect=\"italics\">P<\/em>(being a female musician AND learning music in school) is not equal to <em data-effect=\"italics\">P<\/em>(being a female musician)<em data-effect=\"italics\">P<\/em>(learning music in school).\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-idm32828224\" class=\"bring-together-exercises\" data-depth=\"1\">\r\n<h3 data-type=\"title\">Bringing It Together<\/h3>\r\n<p id=\"element-12\">Use the following information to answer the next seven exercises. An article in the <cite><span data-type=\"cite-title\">New England Journal of Medicine<\/span><\/cite>, reported about a study of smokers in California and Hawaii. In one part of the report, the self-reported ethnicity and smoking levels per day were given. Of the people smoking at most ten cigarettes per day, there were 9,886 African Americans, 2,745 Native Hawaiians, 12,831 Latinos, 8,378 Japanese Americans, and 7,650 Whites. Of the people smoking 11 to 20 cigarettes per day, there were 6,514 African Americans, 3,062 Native Hawaiians, 4,932 Latinos, 10,680 Japanese Americans, and 9,877 Whites. Of the people smoking 21 to 30 cigarettes per day, there were 1,671 African Americans, 1,419 Native Hawaiians, 1,406 Latinos, 4,715 Japanese Americans, and 6,062 Whites. Of the people smoking at least 31 cigarettes per day, there were 759 African Americans, 788 Native Hawaiians, 800 Latinos, 2,305 Japanese Americans, and 3,970 Whites.<\/p>\r\n\r\n<div id=\"element-841\" data-type=\"exercise\">\r\n<div id=\"id24840283\" data-type=\"problem\">\r\n<p id=\"element-2314\">Complete the table using the data provided. Suppose that one person from the study is randomly selected. Find the probability that person smoked 11 to 20 cigarettes per day.<\/p>\r\n\r\n<table id=\"element-762\" summary=\"Partially filled ethnicity by smoking level table with the first column listing the smoking levels (4 rows plus the total), the blank second column lists African American values, blank third column for Native Hawaiians, blank fourth column for Latinos, blank fifth column for Japanese Americans, blank sixth column for Whites, and blank seventh column for the Total.\"><caption><span data-type=\"title\">Smoking Levels by Ethnicity<\/span><\/caption>\r\n<thead>\r\n<tr>\r\n<th>Smoking Level<\/th>\r\n<th>African American<\/th>\r\n<th>Native Hawaiian<\/th>\r\n<th>Latino<\/th>\r\n<th>Japanese Americans<\/th>\r\n<th>White<\/th>\r\n<th>TOTALS<\/th>\r\n<\/tr>\r\n<\/thead>\r\n<tbody>\r\n<tr>\r\n<td>1\u201310<\/td>\r\n<td><\/td>\r\n<td><\/td>\r\n<td><\/td>\r\n<td><\/td>\r\n<td><\/td>\r\n<td><\/td>\r\n<\/tr>\r\n<tr>\r\n<td>11\u201320<\/td>\r\n<td><\/td>\r\n<td><\/td>\r\n<td><\/td>\r\n<td><\/td>\r\n<td><\/td>\r\n<td><\/td>\r\n<\/tr>\r\n<tr>\r\n<td>21\u201330<\/td>\r\n<td><\/td>\r\n<td><\/td>\r\n<td><\/td>\r\n<td><\/td>\r\n<td><\/td>\r\n<td><\/td>\r\n<\/tr>\r\n<tr>\r\n<td>31+<\/td>\r\n<td><\/td>\r\n<td><\/td>\r\n<td><\/td>\r\n<td><\/td>\r\n<td><\/td>\r\n<td><\/td>\r\n<\/tr>\r\n<tr>\r\n<td>TOTALS<\/td>\r\n<td><\/td>\r\n<td><\/td>\r\n<td><\/td>\r\n<td><\/td>\r\n<td><\/td>\r\n<td><\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<\/div>\r\n<\/div>\r\n<div id=\"eip-892\" data-type=\"exercise\">\r\n<div id=\"eip-189\" data-type=\"problem\">\r\n<p id=\"eip-241\">Suppose that one person from the study is randomly selected. Find the probability that person smoked 11 to 20 cigarettes per day.<\/p>\r\n\r\n<\/div>\r\n<div id=\"id24840301\" data-type=\"solution\">\r\n<p id=\"element-603\">\\(\\frac{35,065}{100,450}\\)<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"element-120\" data-type=\"exercise\">\r\n<div id=\"id24840332\" data-type=\"problem\">\r\n\r\nFind the probability that the person was Latino.\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"exercise-124\" data-type=\"exercise\">\r\n<div id=\"id24840396\" data-type=\"problem\">\r\n<p id=\"exercise-124p\">In words, explain what it means to pick one person from the study who is \u201cJapanese American <strong>AND<\/strong> smokes 21 to 30 cigarettes per day.\u201d Also, find the probability.<\/p>\r\n\r\n<\/div>\r\n<div id=\"id25124759\" data-type=\"solution\">\r\n<p id=\"exercise-124s\">To pick one person from the study who is Japanese American AND smokes 21 to 30 cigarettes per day means that the person has to meet both criteria: both Japanese American and smokes 21 to 30 cigarettes. The sample space should include everyone in the study. The probability is \\(\\frac{4,715}{100,450}\\).<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"exercise-125\" data-type=\"exercise\">\r\n<div id=\"id25124791\" data-type=\"problem\">\r\n<p id=\"exercise-125p\">In words, explain what it means to pick one person from the study who is \u201cJapanese American <strong>OR<\/strong> smokes 21 to 30 cigarettes per day.\u201d Also, find the probability.<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"exercise-126\" data-type=\"exercise\">\r\n<div id=\"id25124851\" data-type=\"problem\">\r\n<p id=\"exercise-126p\">In words, explain what it means to pick one person from the study who is \u201cJapanese American <strong>GIVEN<\/strong> that person smokes 21 to 30 cigarettes per day.\u201d Also, find the probability.<\/p>\r\n\r\n<\/div>\r\n<div id=\"id25124879\" data-type=\"solution\">\r\n<p id=\"exercise-126s\">To pick one person from the study who is Japanese American given that person smokes 21-30 cigarettes per day, means that the person must fulfill both criteria and the sample space is reduced to those who smoke 21-30 cigarettes per day. The probability is \\(\\frac{4715}{15,273}\\).<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"exercise-127\" data-type=\"exercise\">\r\n<div id=\"id25124911\" data-type=\"problem\">\r\n<p id=\"exercise-127p\">Prove that smoking level\/day and ethnicity are dependent events.<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<div id=\"fs-idp18062160\" class=\"free-response\" data-depth=\"1\">\r\n<h3 data-type=\"title\">Homework<\/h3>\r\n<em data-effect=\"italics\">Use the information in the <a class=\"autogenerated-content\" href=\"#M05_ch03-tbl13\">(Figure)<\/a> to answer the next eight exercises.<\/em> The table shows the political party affiliation of each of 67 members of the US Senate in June 2012, and when they are up for reelection.\r\n<table id=\"M05_ch03-tbl13\" summary=\"...\">\r\n<thead>\r\n<tr>\r\n<th>Up for reelection:<\/th>\r\n<th>Democratic Party<\/th>\r\n<th>Republican Party<\/th>\r\n<th>Other<\/th>\r\n<th>Total<\/th>\r\n<\/tr>\r\n<\/thead>\r\n<tbody>\r\n<tr>\r\n<td>November 2014<\/td>\r\n<td>20<\/td>\r\n<td>13<\/td>\r\n<td>0<\/td>\r\n<td><\/td>\r\n<\/tr>\r\n<tr>\r\n<td>November 2016<\/td>\r\n<td>10<\/td>\r\n<td>24<\/td>\r\n<td>0<\/td>\r\n<td><\/td>\r\n<\/tr>\r\n<tr>\r\n<td>Total<\/td>\r\n<td><\/td>\r\n<td><\/td>\r\n<td><\/td>\r\n<td><\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<div data-type=\"exercise\">\r\n<div id=\"eip-939\" data-type=\"problem\">\r\n<p id=\"eip-356\">1) What is the probability that a randomly selected senator has an \u201cOther\u201d affiliation?<\/p>\r\n\r\n<\/div>\r\n<div data-type=\"solution\">\r\n\r\n&nbsp;\r\n\r\n<\/div>\r\n<\/div>\r\n<div data-type=\"exercise\">\r\n<div id=\"eip-512\" data-type=\"problem\">\r\n\r\n2) What is the probability that a randomly selected senator is up for reelection in November 2016?\r\n\r\n&nbsp;\r\n\r\n<\/div>\r\n<\/div>\r\n<div data-type=\"exercise\">\r\n<div id=\"eip-589\" data-type=\"problem\">\r\n<p id=\"eip-287\">3) What is the probability that a randomly selected senator is a Democrat and up for reelection in November 2016?<\/p>\r\n\r\n<\/div>\r\n<div data-type=\"solution\">\r\n\r\n&nbsp;\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"eip-331\" data-type=\"exercise\">\r\n<div data-type=\"problem\">\r\n<p id=\"eip-72\">4) What is the probability that a randomly selected senator is a Republican or is up for reelection in November 2014?<\/p>\r\n&nbsp;\r\n\r\n<\/div>\r\n<\/div>\r\n<div data-type=\"exercise\">\r\n<div id=\"eip-261\" data-type=\"problem\">\r\n<p id=\"eip-264\">5) Suppose that a member of the US Senate is randomly selected. Given that the randomly selected senator is up for reelection in November 2016, what is the probability that this senator is a Democrat?<\/p>\r\n\r\n<\/div>\r\n<div data-type=\"solution\">\r\n\r\n&nbsp;\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"eip-164\" data-type=\"exercise\">\r\n<div data-type=\"problem\">\r\n\r\n6) Suppose that a member of the US Senate is randomly selected. What is the probability that the senator is up for reelection in November 2014, knowing that this senator is a Republican?\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"eip-88\" data-type=\"exercise\">\r\n<div id=\"eip-832\" data-type=\"problem\">\r\n\r\n7) The events \u201cRepublican\u201d and \u201cUp for reelection in 2016\u201d are ________\r\n<ol id=\"eip-idp126651680\" type=\"a\">\r\n \t<li>mutually exclusive.<\/li>\r\n \t<li>independent.<\/li>\r\n \t<li>both mutually exclusive and independent.<\/li>\r\n \t<li>neither mutually exclusive nor independent.<\/li>\r\n<\/ol>\r\n<\/div>\r\n<div data-type=\"solution\">\r\n\r\n&nbsp;\r\n\r\n<\/div>\r\n<\/div>\r\n<div data-type=\"exercise\">\r\n<div id=\"eip-82\" data-type=\"problem\">\r\n<p id=\"eip-544\">8) The events \u201cOther\u201d and \u201cUp for reelection in November 2016\u201d are ________<\/p>\r\n\r\n<ol id=\"eip-idp21360256\" type=\"a\">\r\n \t<li>mutually exclusive.<\/li>\r\n \t<li>independent.<\/li>\r\n \t<li>both mutually exclusive and independent.<\/li>\r\n \t<li>neither mutually exclusive nor independent.<\/li>\r\n<\/ol>\r\n&nbsp;\r\n\r\n<\/div>\r\n<\/div>\r\n<div id=\"tablular-ex\" data-type=\"exercise\">\r\n<div id=\"id43571370\" data-type=\"problem\">\r\n\r\n9) <a class=\"autogenerated-content\" href=\"#M05_ch03-tbl020\">(Figure)<\/a> gives the number of suicides estimated in the U.S. for a recent year by age, race (black or white), and sex. We are interested in possible relationships between age, race, and sex. We will let suicide victims be our population.\r\n<table id=\"M05_ch03-tbl020\" summary=\"This partially filled table presents the data of suicides by age and race and sex. The first column lists the race and sex, the second column lists ages 1-14, third column lists 15-24, fourth column lists 25-64, blank fifth column lists over 64, and the sixth column lists the totals. The first row lists white, male, the second row is white, female, the third row is black, male, the fourth row is black, female, the blank fifth row is all others, and the total is on the sixth row.\">\r\n<thead>\r\n<tr>\r\n<th>Race and Sex<\/th>\r\n<th>1\u201314<\/th>\r\n<th>15\u201324<\/th>\r\n<th>25\u201364<\/th>\r\n<th>over 64<\/th>\r\n<th>TOTALS<\/th>\r\n<\/tr>\r\n<\/thead>\r\n<tbody>\r\n<tr>\r\n<td>white, male<\/td>\r\n<td>210<\/td>\r\n<td>3,360<\/td>\r\n<td>13,610<\/td>\r\n<td><\/td>\r\n<td>22,050<\/td>\r\n<\/tr>\r\n<tr>\r\n<td>white, female<\/td>\r\n<td>80<\/td>\r\n<td>580<\/td>\r\n<td>3,380<\/td>\r\n<td><\/td>\r\n<td>4,930<\/td>\r\n<\/tr>\r\n<tr>\r\n<td>black, male<\/td>\r\n<td>10<\/td>\r\n<td>460<\/td>\r\n<td>1,060<\/td>\r\n<td><\/td>\r\n<td>1,670<\/td>\r\n<\/tr>\r\n<tr>\r\n<td>black, female<\/td>\r\n<td>0<\/td>\r\n<td>40<\/td>\r\n<td>270<\/td>\r\n<td><\/td>\r\n<td>330<\/td>\r\n<\/tr>\r\n<tr>\r\n<td>all others<\/td>\r\n<td><\/td>\r\n<td><\/td>\r\n<td><\/td>\r\n<td><\/td>\r\n<td><\/td>\r\n<\/tr>\r\n<tr>\r\n<td>TOTALS<\/td>\r\n<td>310<\/td>\r\n<td>4,650<\/td>\r\n<td>18,780<\/td>\r\n<td><\/td>\r\n<td>29,760<\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<p id=\"eip-idp27013472\">Do not include \"all others\" for parts f and g.<\/p>\r\n\r\n<ol type=\"a\">\r\n \t<li>Fill in the column for the suicides for individuals over age 64.<\/li>\r\n \t<li>Fill in the row for all other races.<\/li>\r\n \t<li>Find the probability that a randomly selected individual was a white male.<\/li>\r\n \t<li>Find the probability that a randomly selected individual was a black female.<\/li>\r\n \t<li>Find the probability that a randomly selected individual was black<\/li>\r\n \t<li>Find the probability that a randomly selected individual was a black or white male.<\/li>\r\n \t<li>Out of the individuals over age 64, find the probability that a randomly selected individual was a black or white male.<\/li>\r\n<\/ol>\r\n&nbsp;\r\n\r\n<\/div>\r\n<div id=\"id43572030\" data-type=\"solution\"><\/div>\r\n<\/div>\r\n<p id=\"element-686\"><em data-effect=\"italics\">Use the following information to answer the next two exercises.<\/em> The table of data obtained from <cite><span data-type=\"cite-title\">www.baseball-almanac.com<\/span><\/cite> shows hit information for four well known baseball players. Suppose that one hit from the table is randomly selected.<\/p>\r\n\r\n<table id=\"element-695\" summary=\"This table presents data based on type of hit by baseball player. The first column lists the names of the baseball player, second column lists single hits, third column lists double, fourth column is triple, fifth column is home run, and sixth column is total hits. The first row is Babe Ruth, the second row is Jackie Robinson, third row is Ty Cobb, fourth row is Hank Aaron, and Total is in the fifth row.\">\r\n<thead>\r\n<tr>\r\n<th>NAME<\/th>\r\n<th>Single<\/th>\r\n<th>Double<\/th>\r\n<th>Triple<\/th>\r\n<th>Home Run<\/th>\r\n<th>TOTAL HITS<\/th>\r\n<\/tr>\r\n<\/thead>\r\n<tbody>\r\n<tr>\r\n<td>Babe Ruth<\/td>\r\n<td>1,517<\/td>\r\n<td>506<\/td>\r\n<td>136<\/td>\r\n<td>714<\/td>\r\n<td>2,873<\/td>\r\n<\/tr>\r\n<tr>\r\n<td>Jackie Robinson<\/td>\r\n<td>1,054<\/td>\r\n<td>273<\/td>\r\n<td>54<\/td>\r\n<td>137<\/td>\r\n<td>1,518<\/td>\r\n<\/tr>\r\n<tr>\r\n<td>Ty Cobb<\/td>\r\n<td>3,603<\/td>\r\n<td>174<\/td>\r\n<td>295<\/td>\r\n<td>114<\/td>\r\n<td>4,189<\/td>\r\n<\/tr>\r\n<tr>\r\n<td>Hank Aaron<\/td>\r\n<td>2,294<\/td>\r\n<td>624<\/td>\r\n<td>98<\/td>\r\n<td>755<\/td>\r\n<td>3,771<\/td>\r\n<\/tr>\r\n<tr>\r\n<td>TOTAL<\/td>\r\n<td>8,471<\/td>\r\n<td>1,577<\/td>\r\n<td>583<\/td>\r\n<td>1,720<\/td>\r\n<td>12,351<\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<div data-type=\"exercise\">\r\n<div id=\"id43574123\" data-type=\"problem\">\r\n\r\n10) Find <em data-effect=\"italics\">P<\/em>(hit was made by Babe Ruth).\r\n<ol type=\"a\">\r\n \t<li>\\(\\frac{1518}{2873}\\)<\/li>\r\n \t<li>\\(\\frac{2873}{12351}\\)<\/li>\r\n \t<li>\\(\\frac{583}{12351}\\)<\/li>\r\n \t<li>\\(\\frac{4189}{12351}\\)<\/li>\r\n<\/ol>\r\n<\/div>\r\n<\/div>\r\n<div id=\"element-940\" data-type=\"exercise\">\r\n<div id=\"id43574389\" data-type=\"problem\">\r\n\r\n11) Find <em data-effect=\"italics\">P<\/em>(hit was made by Ty Cobb|The hit was a Home Run).\r\n<ol id=\"element-901\" type=\"a\">\r\n \t<li>\\(\\frac{4189}{12351}\\)<\/li>\r\n \t<li>\\(\\frac{114}{1720}\\)<\/li>\r\n \t<li>\\(\\frac{1720}{4189}\\)<\/li>\r\n \t<li>\\(\\frac{114}{12351}\\)<\/li>\r\n<\/ol>\r\n<\/div>\r\n<div id=\"id43574628\" data-type=\"solution\">\r\n\r\n&nbsp;\r\n\r\n<\/div>\r\n<\/div>\r\n<div data-type=\"exercise\">\r\n<div id=\"id43569269\" data-type=\"problem\">\r\n\r\n12) <a class=\"autogenerated-content\" href=\"#M05_ch03-tbl021\">(Figure)<\/a> identifies a group of children by one of four hair colors, and by type of hair.\r\n<table id=\"M05_ch03-tbl021\" summary=\"A partially filled table for hair color by hair type. The first column lists hair type, the second column lists brown hair, third column lists blond hair, fourth column lists black hair, fifth column lists red hair, and the sixth column lists totals. The first row lists wavy hair, second row lists straight hair, and the third row lists the total. All values are listed in the brown column except the total, all values are listed in the blond column except for the first row, only the first row of the black column is filled in, all of the red column is filled in except for the total, and the first and third rows of the total column are filled in.\">\r\n<thead>\r\n<tr>\r\n<th>Hair Type<\/th>\r\n<th>Brown<\/th>\r\n<th>Blond<\/th>\r\n<th>Black<\/th>\r\n<th>Red<\/th>\r\n<th>Totals<\/th>\r\n<\/tr>\r\n<\/thead>\r\n<tbody>\r\n<tr>\r\n<td>Wavy<\/td>\r\n<td>20<\/td>\r\n<td><\/td>\r\n<td>15<\/td>\r\n<td>3<\/td>\r\n<td>43<\/td>\r\n<\/tr>\r\n<tr>\r\n<td>Straight<\/td>\r\n<td>80<\/td>\r\n<td>15<\/td>\r\n<td><\/td>\r\n<td>12<\/td>\r\n<td><\/td>\r\n<\/tr>\r\n<tr>\r\n<td>Totals<\/td>\r\n<td><\/td>\r\n<td>20<\/td>\r\n<td><\/td>\r\n<td><\/td>\r\n<td>215<\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<ol id=\"element-894\" type=\"a\">\r\n \t<li>Complete the table.<\/li>\r\n \t<li>What is the probability that a randomly selected child will have wavy hair?<\/li>\r\n \t<li>What is the probability that a randomly selected child will have either brown or blond hair?<\/li>\r\n \t<li>What is the probability that a randomly selected child will have wavy brown hair?<\/li>\r\n \t<li>What is the probability that a randomly selected child will have red hair, given that he or she has straight hair?<\/li>\r\n \t<li>If <em data-effect=\"italics\">B<\/em> is the event of a child having brown hair, find the probability of the complement of <em data-effect=\"italics\">B<\/em>.<\/li>\r\n \t<li>In words, what does the complement of <em data-effect=\"italics\">B<\/em> represent?<\/li>\r\n<\/ol>\r\n<\/div>\r\n<\/div>\r\n<div data-type=\"exercise\">\r\n<div data-type=\"problem\">\r\n\r\n13) In a previous year, the weights of the members of the <strong>San Francisco 49ers<\/strong> and the <strong>Dallas Cowboys<\/strong> were published in the <cite><span data-type=\"cite-title\">San Jose Mercury News<\/span><\/cite>. The factual data were compiled into the following table.\r\n<table id=\"element-13\" summary=\"This table presents weight in pounds by shirt number. The first column lists the shirt number, the second column lists weight \u2264 210, the third column lists 211-250, fourth column lists 251-290, and the fifth column lists 291 \u2264. The first row lists shirt numbers 1-33, second row lists 34-66, and the third row lists 66-99.\">\r\n<thead>\r\n<tr>\r\n<th>Shirt#<\/th>\r\n<th>\u2264 210<\/th>\r\n<th>211\u2013250<\/th>\r\n<th>251\u2013290<\/th>\r\n<th>&gt; 290<\/th>\r\n<\/tr>\r\n<\/thead>\r\n<tbody>\r\n<tr>\r\n<td>1\u201333<\/td>\r\n<td>21<\/td>\r\n<td>5<\/td>\r\n<td>0<\/td>\r\n<td>0<\/td>\r\n<\/tr>\r\n<tr>\r\n<td>34\u201366<\/td>\r\n<td>6<\/td>\r\n<td>18<\/td>\r\n<td>7<\/td>\r\n<td>4<\/td>\r\n<\/tr>\r\n<tr>\r\n<td>66\u201399<\/td>\r\n<td>6<\/td>\r\n<td>12<\/td>\r\n<td>22<\/td>\r\n<td>5<\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\nFor the following, suppose that you randomly select one player from the 49ers or Cowboys.\r\n<ol type=\"a\">\r\n \t<li>Find the probability that his shirt number is from 1 to 33.<\/li>\r\n \t<li>Find the probability that he weighs at most 210 pounds.<\/li>\r\n \t<li>Find the probability that his shirt number is from 1 to 33 AND he weighs at most 210 pounds.<\/li>\r\n \t<li>Find the probability that his shirt number is from 1 to 33 OR he weighs at most 210 pounds.<\/li>\r\n \t<li>Find the probability that his shirt number is from 1 to 33 GIVEN that he weighs at most 210 pounds.<\/li>\r\n<\/ol>\r\n&nbsp;\r\n\r\n<\/div>\r\n<div id=\"fs-idm65248128\" data-type=\"solution\">\r\n<ol id=\"fs-idm65247872\" type=\"a\"><\/ol>\r\n<strong>Answers to odd questions<\/strong>\r\n\r\n1) 0\r\n\r\n3) \\(\\frac{10}{67}\\)\r\n\r\n5) \\(\\frac{10}{34}\\)\r\n\r\n7) d\r\n\r\n9)\r\n<ol id=\"element-271\" type=\"a\">\r\n \t<li>\r\n<table id=\"fs-idm9443200\" summary=\"\">\r\n<thead>\r\n<tr>\r\n<th>Race and Sex<\/th>\r\n<th>1\u201314<\/th>\r\n<th>15\u201324<\/th>\r\n<th>25\u201364<\/th>\r\n<th>over 64<\/th>\r\n<th>TOTALS<\/th>\r\n<\/tr>\r\n<\/thead>\r\n<tbody>\r\n<tr>\r\n<td>white, male<\/td>\r\n<td>210<\/td>\r\n<td>3,360<\/td>\r\n<td>13,610<\/td>\r\n<td>4,870<\/td>\r\n<td>22,050<\/td>\r\n<\/tr>\r\n<tr>\r\n<td>white, female<\/td>\r\n<td>80<\/td>\r\n<td>580<\/td>\r\n<td>3,380<\/td>\r\n<td>890<\/td>\r\n<td>4,930<\/td>\r\n<\/tr>\r\n<tr>\r\n<td>black, male<\/td>\r\n<td>10<\/td>\r\n<td>460<\/td>\r\n<td>1,060<\/td>\r\n<td>140<\/td>\r\n<td>1,670<\/td>\r\n<\/tr>\r\n<tr>\r\n<td>black, female<\/td>\r\n<td>0<\/td>\r\n<td>40<\/td>\r\n<td>270<\/td>\r\n<td>20<\/td>\r\n<td>330<\/td>\r\n<\/tr>\r\n<tr>\r\n<td>all others<\/td>\r\n<td><\/td>\r\n<td><\/td>\r\n<td><\/td>\r\n<td>100<\/td>\r\n<td><\/td>\r\n<\/tr>\r\n<tr>\r\n<td>TOTALS<\/td>\r\n<td>310<\/td>\r\n<td>4,650<\/td>\r\n<td>18,780<\/td>\r\n<td>6,020<\/td>\r\n<td>29,760<\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<\/li>\r\n \t<li>\r\n<table id=\"fs-idm74994096\" summary=\"\">\r\n<thead>\r\n<tr>\r\n<th>Race and Sex<\/th>\r\n<th>1\u201314<\/th>\r\n<th>15\u201324<\/th>\r\n<th>25\u201364<\/th>\r\n<th>over 64<\/th>\r\n<th>TOTALS<\/th>\r\n<\/tr>\r\n<\/thead>\r\n<tbody>\r\n<tr>\r\n<td>white, male<\/td>\r\n<td>210<\/td>\r\n<td>3,360<\/td>\r\n<td>13,610<\/td>\r\n<td>4,870<\/td>\r\n<td>22,050<\/td>\r\n<\/tr>\r\n<tr>\r\n<td>white, female<\/td>\r\n<td>80<\/td>\r\n<td>580<\/td>\r\n<td>3,380<\/td>\r\n<td>890<\/td>\r\n<td>4,930<\/td>\r\n<\/tr>\r\n<tr>\r\n<td>black, male<\/td>\r\n<td>10<\/td>\r\n<td>460<\/td>\r\n<td>1,060<\/td>\r\n<td>140<\/td>\r\n<td>1,670<\/td>\r\n<\/tr>\r\n<tr>\r\n<td>black, female<\/td>\r\n<td>0<\/td>\r\n<td>40<\/td>\r\n<td>270<\/td>\r\n<td>20<\/td>\r\n<td>330<\/td>\r\n<\/tr>\r\n<tr>\r\n<td>all others<\/td>\r\n<td>10<\/td>\r\n<td>210<\/td>\r\n<td>460<\/td>\r\n<td>100<\/td>\r\n<td>780<\/td>\r\n<\/tr>\r\n<tr>\r\n<td>TOTALS<\/td>\r\n<td>310<\/td>\r\n<td>4,650<\/td>\r\n<td>18,780<\/td>\r\n<td>6,020<\/td>\r\n<td>29,760<\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<\/li>\r\n \t<li>\\(\\frac{\\text{22,050}}{\\text{29,760}}\\)<\/li>\r\n \t<li>\\(\\frac{\\text{330}}{\\text{29,760}}\\)<\/li>\r\n \t<li>\\(\\frac{\\text{2,000}}{\\text{29,760}}\\)<\/li>\r\n \t<li>\\(\\frac{23720}{\\left(29760-780\\right)}=\\frac{23720}{28980}\\)<\/li>\r\n \t<li>\\(\\frac{5010}{\\left(6020-100\\right)}=\\frac{5010}{5920}\\)<\/li>\r\n<\/ol>\r\n11) b\r\n\r\n13)\r\n<ol id=\"fs-idm65247872\" type=\"a\">\r\n \t<li>\\(\\frac{26}{106}\\)<\/li>\r\n \t<li>\\(\\frac{33}{106}\\)<\/li>\r\n \t<li>\\(\\frac{21}{106}\\)<\/li>\r\n \t<li>\\(\\left(\\frac{26}{106}\\right)\\) + \\(\\left(\\frac{33}{106}\\right)\\) - \\(\\left(\\frac{21}{106}\\right)\\) = \\(\\left(\\frac{38}{106}\\right)\\)<\/li>\r\n \t<li>\\(\\frac{21}{33}\\)<\/li>\r\n<\/ol>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<div class=\"textbox shaded\" data-type=\"glossary\">\r\n<h3 data-type=\"glossary-title\">Glossary<\/h3>\r\n<dl id=\"contintable\">\r\n \t<dt>contingency table<\/dt>\r\n \t<dd id=\"id17487593\">the method of displaying a frequency distribution as a table with rows and columns to show how two variables may be dependent (contingent) upon each other; the table provides an easy way to calculate conditional probabilities.<\/dd>\r\n<\/dl>\r\n<\/div>","rendered":"<p>&nbsp;<\/p>\n<p id=\"element-864\">A <span data-type=\"term\">contingency table<\/span> provides a way of portraying data that can facilitate calculating probabilities. The table helps in determining conditional probabilities quite easily. The table displays sample values in relation to two different variables that may be dependent or contingent on one another. Later on, we will use contingency tables again, but in another manner.<\/p>\n<div id=\"element-775\" class=\"textbox textbox--examples\" data-type=\"example\">\n<p id=\"element-557\">Suppose a study of speeding violations and drivers who use cell phones produced the following fictional data:<\/p>\n<table id=\"element-838\" summary=\"A study of speeding violations\">\n<thead>\n<tr>\n<th><\/th>\n<th>Speeding violation in the last year<\/th>\n<th>No speeding violation in the last year<\/th>\n<th>Total<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Uses cell phone while driving<\/td>\n<td>25<\/td>\n<td>280<\/td>\n<td>305<\/td>\n<\/tr>\n<tr>\n<td>Does not use cell phone while driving<\/td>\n<td>45<\/td>\n<td>405<\/td>\n<td>450<\/td>\n<\/tr>\n<tr>\n<td>Total<\/td>\n<td>70<\/td>\n<td>685<\/td>\n<td>755<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p id=\"element-42\">The total number of people in the sample is 755. The row totals are 305 and 450. The column totals are 70 and 685. Notice that 305 + 450 = 755 and 70 + 685 = 755.<\/p>\n<p>Calculate the following probabilities using the table.<\/p>\n<p>&nbsp;<\/p>\n<p id=\"eip-150\">a. Find <em data-effect=\"italics\">P<\/em>(Driver is a cell phone user).<span data-type=\"newline\"><br \/>\n<\/span> b. Find <em data-effect=\"italics\">P<\/em>(driver had no violation in the last year).<span data-type=\"newline\"><br \/>\n<\/span> c. Find <em data-effect=\"italics\">P<\/em>(Driver had no violation in the last year AND was a cell phone user).<span data-type=\"newline\"><br \/>\n<\/span> d. Find <em data-effect=\"italics\">P<\/em>(Driver is a cell phone user OR driver had no violation in the last year).<span data-type=\"newline\"><br \/>\n<\/span> e. Find <em data-effect=\"italics\">P<\/em>(Driver is a cell phone user GIVEN driver had a violation in the last year).<span data-type=\"newline\"><br \/>\n<\/span> f. Find <em data-effect=\"italics\">P<\/em>(Driver had no violation last year GIVEN driver was not a cell phone user)<\/p>\n<p id=\"eip-276\"><span data-type=\"title\">Solutions:<\/span>a. \\(\\frac{\\text{number\u00a0of\u00a0cell\u00a0phone\u00a0users}}{\\text{total\u00a0number\u00a0in\u00a0study}}\\text{\u00a0}=\\text{\u00a0}\\frac{305}{755}\\)<\/p>\n<p>b. \\(\\frac{\\text{number\u00a0that\u00a0had\u00a0no\u00a0violation}}{\\text{total\u00a0number\u00a0in\u00a0study}}\\text{\u00a0}=\\text{\u00a0}\\frac{685}{755}\\)<\/p>\n<p>c. \\(\\frac{280}{755}\\)<\/p>\n<p>d. \\(\\left(\\frac{305}{755}\\text{\u00a0}+\\text{\u00a0}\\frac{685}{755}\\right)\\text{\u00a0}-\\text{\u00a0}\\frac{280}{755}\\text{\u00a0}=\\text{\u00a0}\\frac{710}{755}\\)<\/p>\n<p>e. \\(\\frac{25}{70}\\) (The sample space is reduced to the number of drivers who had a violation.)<\/p>\n<p>f. \\(\\frac{405}{450}\\) (The sample space is reduced to the number of drivers who were not cell phone users.)<\/p>\n<\/div>\n<div id=\"fs-idm8469088\" class=\"statistics try\" data-type=\"note\" data-has-label=\"true\" data-label=\"\">\n<div data-type=\"title\">Try it<\/div>\n<div id=\"fs-idm7340080\" data-type=\"exercise\">\n<div id=\"fs-idm53303712\" data-type=\"problem\">\n<p id=\"fs-idp10168704\"><a class=\"autogenerated-content\" href=\"#M05_ch03-tbl002\">(Figure)<\/a> shows the number of athletes who stretch before exercising and how many had injuries within the past year.<\/p>\n<table id=\"M05_ch03-tbl002\" summary=\"\">\n<thead>\n<tr>\n<th><\/th>\n<th>Injury in last year<\/th>\n<th>No injury in last year<\/th>\n<th>Total<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Stretches<\/td>\n<td>55<\/td>\n<td>295<\/td>\n<td>350<\/td>\n<\/tr>\n<tr>\n<td>Does not stretch<\/td>\n<td>231<\/td>\n<td>219<\/td>\n<td>450<\/td>\n<\/tr>\n<tr>\n<td>Total<\/td>\n<td>286<\/td>\n<td>514<\/td>\n<td>800<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<ol id=\"fs-idm56428944\" type=\"a\">\n<li>What is <em data-effect=\"italics\">P<\/em>(athlete stretches before exercising)?<\/li>\n<li>What is <em data-effect=\"italics\">P<\/em>(athlete stretches before exercising|no injury in the last year)?<\/li>\n<\/ol>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"element-511\" class=\"textbox textbox--examples\" data-type=\"example\">\n<p id=\"element-98\"><a class=\"autogenerated-content\" href=\"#M05_ch03-tbl003\">(Figure)<\/a> shows a random sample of 100 hikers and the areas of hiking they prefer.<\/p>\n<table id=\"M05_ch03-tbl003\" summary=\"\">\n<caption><span data-type=\"title\">Hiking Area Preference<\/span><\/caption>\n<thead>\n<tr>\n<th>Sex<\/th>\n<th>The Coastline<\/th>\n<th>Near Lakes and Streams<\/th>\n<th>On Mountain Peaks<\/th>\n<th>Total<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Female<\/td>\n<td>18<\/td>\n<td>16<\/td>\n<td>___<\/td>\n<td>45<\/td>\n<\/tr>\n<tr>\n<td>Male<\/td>\n<td>___<\/td>\n<td>___<\/td>\n<td>14<\/td>\n<td>55<\/td>\n<\/tr>\n<tr>\n<td>Total<\/td>\n<td>___<\/td>\n<td>41<\/td>\n<td>___<\/td>\n<td>___<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div data-type=\"exercise\">\n<div id=\"id41647708\" data-type=\"problem\">\n<p id=\"element-665\">a. Complete the table.<\/p>\n<\/div>\n<div id=\"id41647726\" data-type=\"solution\">\n<p id=\"fs-idm12745968\">a.<\/p>\n<table id=\"element-850s\" summary=\"\">\n<caption><span data-type=\"title\">Hiking Area Preference<\/span><\/caption>\n<thead>\n<tr>\n<th>Sex<\/th>\n<th>The Coastline<\/th>\n<th>Near Lakes and Streams<\/th>\n<th>On Mountain Peaks<\/th>\n<th>Total<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Female<\/td>\n<td>18<\/td>\n<td>16<\/td>\n<td><strong>11<\/strong><\/td>\n<td>45<\/td>\n<\/tr>\n<tr>\n<td>Male<\/td>\n<td><strong>16<\/strong><\/td>\n<td><strong>25<\/strong><\/td>\n<td>14<\/td>\n<td>55<\/td>\n<\/tr>\n<tr>\n<td>Total<\/td>\n<td><strong>34<\/strong><\/td>\n<td>41<\/td>\n<td><strong>25<\/strong><\/td>\n<td><strong>100<\/strong><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n<div data-type=\"exercise\">\n<div id=\"id41524865\" data-type=\"problem\">\n<p>b. Are the events &#8220;being female&#8221; and &#8220;preferring the coastline&#8221; independent events?<\/p>\n<p>Let <em data-effect=\"italics\">F<\/em> = being female and let <em data-effect=\"italics\">C<\/em> = preferring the coastline.<\/p>\n<ol id=\"element-1242\">\n<li>Find <em data-effect=\"italics\">P<\/em>(<em data-effect=\"italics\">F<\/em> AND <em data-effect=\"italics\">C<\/em>).<\/li>\n<li>Find <em data-effect=\"italics\">P<\/em>(<em data-effect=\"italics\">F<\/em>)<em data-effect=\"italics\">P<\/em>(<em data-effect=\"italics\">C<\/em>)<\/li>\n<\/ol>\n<p id=\"element-3532\">Are these two numbers the same? If they are, then <em data-effect=\"italics\">F<\/em> and <em data-effect=\"italics\">C<\/em> are independent. If they are not, then <em data-effect=\"italics\">F<\/em> and <em data-effect=\"italics\">C<\/em> are not independent.<\/p>\n<\/div>\n<div id=\"id41524993\" data-type=\"solution\" data-print-placement=\"end\">\n<p id=\"eip-idp6169056\">b.<\/p>\n<ol id=\"eip-idm12758816\">\n<li><em data-effect=\"italics\">P<\/em>(<em data-effect=\"italics\">F<\/em> AND <em data-effect=\"italics\">C<\/em>) = \\(\\frac{18}{100}\\) = 0.18<\/li>\n<li><em data-effect=\"italics\">P<\/em>(<em data-effect=\"italics\">F<\/em>)<em data-effect=\"italics\">P<\/em>(<em data-effect=\"italics\">C<\/em>) = \\(\\left(\\frac{45}{100}\\right)\\left(\\frac{34}{100}\\right)\\) = (0.45)(0.34) = 0.153<\/li>\n<\/ol>\n<p><em data-effect=\"italics\">P<\/em>(<em data-effect=\"italics\">F<\/em> AND <em data-effect=\"italics\">C<\/em>) \u2260 <em data-effect=\"italics\">P<\/em>(<em data-effect=\"italics\">F<\/em>)<em data-effect=\"italics\">P<\/em>(<em data-effect=\"italics\">C<\/em>), so the events <em data-effect=\"italics\">F<\/em> and <em data-effect=\"italics\">C<\/em> are not independent.<\/p>\n<p>&nbsp;<\/p>\n<\/div>\n<\/div>\n<div id=\"element-414\" data-type=\"exercise\">\n<div id=\"id41525175\" data-type=\"problem\">\n<p id=\"element-717\">c. Find the probability that a person is male given that the person prefers hiking near lakes and streams. Let <em data-effect=\"italics\">M<\/em> = being male, and let <em data-effect=\"italics\">L<\/em> = prefers hiking near lakes and streams.<\/p>\n<ol id=\"element-2341\" type=\"1\">\n<li>What word tells you this is a conditional?<\/li>\n<li>Fill in the blanks and calculate the probability: <em data-effect=\"italics\">P<\/em>(___|___) = ___.<\/li>\n<li>Is the sample space for this problem all 100 hikers? If not, what is it?<\/li>\n<\/ol>\n<\/div>\n<div id=\"id41525272\" data-type=\"solution\" data-print-placement=\"end\">\n<p id=\"fs-idm47502368\">c.<\/p>\n<ol id=\"element-2341s\" type=\"1\">\n<li>The word &#8216;given&#8217; tells you that this is a conditional.<\/li>\n<li><em data-effect=\"italics\">P<\/em>(<em data-effect=\"italics\">M<\/em>|<em data-effect=\"italics\">L<\/em>) = \\(\\frac{25}{41}\\)<\/li>\n<li>No, the sample space for this problem is the 41 hikers who prefer lakes and streams.<\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<\/div>\n<\/div>\n<div data-type=\"exercise\">\n<div id=\"id41525358\" data-type=\"problem\">\n<p id=\"element-715\">d. Find the probability that a person is female or prefers hiking on mountain peaks. Let <em data-effect=\"italics\">F<\/em> = being female, and let <em data-effect=\"italics\">P<\/em> = prefers mountain peaks.<\/p>\n<ol id=\"list1213\">\n<li>Find <em data-effect=\"italics\">P<\/em>(<em data-effect=\"italics\">F<\/em>).<\/li>\n<li>Find <em data-effect=\"italics\">P<\/em>(<em data-effect=\"italics\">P<\/em>).<\/li>\n<li>Find <em data-effect=\"italics\">P<\/em>(<em data-effect=\"italics\">F<\/em> AND <em data-effect=\"italics\">P<\/em>).<\/li>\n<li>Find <em data-effect=\"italics\">P<\/em>(<em data-effect=\"italics\">F<\/em> OR <em data-effect=\"italics\">P<\/em>).<\/li>\n<\/ol>\n<\/div>\n<div id=\"id41669265\" data-type=\"solution\" data-print-placement=\"end\">\n<p id=\"fs-idm40596864\">d.<\/p>\n<ol id=\"list1213s\">\n<li><em data-effect=\"italics\">P<\/em>(<em data-effect=\"italics\">F<\/em>) = \\(\\frac{45}{100}\\)<\/li>\n<li><em data-effect=\"italics\">P<\/em>(<em data-effect=\"italics\">P<\/em>) = \\(\\frac{25}{100}\\)<\/li>\n<li><em data-effect=\"italics\">P<\/em>(<em data-effect=\"italics\">F<\/em> AND <em data-effect=\"italics\">P<\/em>) = \\(\\frac{11}{100}\\)<\/li>\n<li><em data-effect=\"italics\">P<\/em>(<em data-effect=\"italics\">F<\/em> OR <em data-effect=\"italics\">P<\/em>) = \\(\\frac{45}{100}\\) + \\(\\frac{25}{100}\\) &#8211; \\(\\frac{11}{100}\\) = \\(\\frac{59}{100}\\)<\/li>\n<\/ol>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"fs-idm2360992\" class=\"statistics try\" data-type=\"note\" data-has-label=\"true\" data-label=\"\">\n<div data-type=\"title\">Try It<\/div>\n<div id=\"fs-idp7366752\" data-type=\"exercise\">\n<div id=\"fs-idm68351312\" data-type=\"problem\">\n<p><a class=\"autogenerated-content\" href=\"#M05_ch03-tbl005\">(Figure)<\/a> shows a random sample of 200 cyclists and the routes they prefer. Let <em data-effect=\"italics\">M<\/em> = males and <em data-effect=\"italics\">H<\/em> = hilly path.<\/p>\n<table id=\"M05_ch03-tbl005\" summary=\"\">\n<thead>\n<tr>\n<th>Gender<\/th>\n<th>Lake Path<\/th>\n<th>Hilly Path<\/th>\n<th>Wooded Path<\/th>\n<th>Total<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Female<\/td>\n<td>45<\/td>\n<td>38<\/td>\n<td>27<\/td>\n<td>110<\/td>\n<\/tr>\n<tr>\n<td>Male<\/td>\n<td>26<\/td>\n<td>52<\/td>\n<td>12<\/td>\n<td>90<\/td>\n<\/tr>\n<tr>\n<td>Total<\/td>\n<td>71<\/td>\n<td>90<\/td>\n<td>39<\/td>\n<td>200<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<ol id=\"fs-idm26020880\" type=\"a\">\n<li>Out of the males, what is the probability that the cyclist prefers a hilly path?<\/li>\n<li>Are the events \u201cbeing male\u201d and \u201cpreferring the hilly path\u201d independent events?<\/li>\n<\/ol>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"element-883\" class=\"textbox textbox--examples\" data-type=\"example\">\n<p>Muddy Mouse lives in a cage with three doors. If Muddy goes out the first door, the probability that he gets caught by Alissa the cat is \\(\\frac{1}{5}\\text{}\\) and the probability he is not caught is \\(\\frac{4}{5}\\text{}\\). If he goes out the second door, the probability he gets caught by Alissa is \\(\\frac{1}{4}\\) and the probability he is not caught is \\(\\frac{3}{4}\\). The probability that Alissa catches Muddy coming out of the third door is \\(\\frac{1}{2}\\) and the probability she does not catch Muddy is \\(\\frac{1}{2}\\). It is equally likely that Muddy will choose any of the three doors so the probability of choosing each door is \\(\\frac{1}{3}\\).<\/p>\n<table summary=\"\">\n<caption><span data-type=\"title\">Door Choice<\/span><\/caption>\n<thead>\n<tr>\n<th>Caught or Not<\/th>\n<th>Door One<\/th>\n<th>Door Two<\/th>\n<th>Door Three<\/th>\n<th>Total<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Caught<\/td>\n<td>\\(\\frac{1}{15}\\text{}\\)<\/td>\n<td>\\(\\frac{1}{12}\\text{}\\)<\/td>\n<td>\\(\\frac{1}{6}\\text{}\\)<\/td>\n<td>____<\/td>\n<\/tr>\n<tr>\n<td>Not Caught<\/td>\n<td>\\(\\frac{4}{15}\\)<\/td>\n<td>\\(\\frac{3}{12}\\)<\/td>\n<td>\\(\\frac{1}{6}\\)<\/td>\n<td>____<\/td>\n<\/tr>\n<tr>\n<td>Total<\/td>\n<td>____<\/td>\n<td>____<\/td>\n<td>____<\/td>\n<td>1<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<ul id=\"element-791\">\n<li>The first entry \\(\\frac{1}{15}=\\left(\\frac{1}{5}\\right)\\left(\\frac{1}{3}\\right)\\) is <em data-effect=\"italics\">P<\/em>(Door One AND Caught)<\/li>\n<li>The entry \\(\\frac{4}{15}=\\left(\\frac{4}{5}\\right)\\left(\\frac{1}{3}\\right)\\) is <em data-effect=\"italics\">P<\/em>(Door One AND Not Caught)<\/li>\n<\/ul>\n<p id=\"element-94\">Verify the remaining entries.<\/p>\n<p>&nbsp;<\/p>\n<div data-type=\"exercise\">\n<div id=\"id41669984\" data-type=\"problem\">\n<p>a. Complete the probability contingency table. Calculate the entries for the totals. Verify that the lower-right corner entry is 1.<\/p>\n<\/div>\n<div id=\"id41670004\" data-type=\"solution\" data-print-placement=\"end\">\n<p id=\"fs-idm19141920\">a.<\/p>\n<table id=\"element-6166\" summary=\"Displayed is a contingency table showing all the entries for the Muddy Mouse problem.\">\n<caption><span data-type=\"title\">Door Choice<\/span><\/caption>\n<thead>\n<tr>\n<th>Caught or Not<\/th>\n<th>Door One<\/th>\n<th>Door Two<\/th>\n<th>Door Three<\/th>\n<th>Total<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Caught<\/td>\n<td>\\(\\frac{1}{15}\\text{}\\)<\/td>\n<td>\\(\\frac{1}{12}\\text{}\\)<\/td>\n<td>\\(\\frac{1}{6}\\text{}\\)<\/td>\n<td><strong>\\(\\frac{19}{60}\\)<\/strong><\/td>\n<\/tr>\n<tr>\n<td>Not Caught<\/td>\n<td>\\(\\frac{4}{15}\\)<\/td>\n<td>\\(\\frac{3}{12}\\)<\/td>\n<td>\\(\\frac{1}{6}\\)<\/td>\n<td><strong>\\(\\frac{41}{60}\\)<\/strong><\/td>\n<\/tr>\n<tr>\n<td>Total<\/td>\n<td><strong>\\(\\frac{5}{15}\\)<\/strong><\/td>\n<td><strong>\\(\\frac{4}{12}\\)<\/strong><\/td>\n<td><strong>\\(\\frac{2}{6}\\)<\/strong><\/td>\n<td>1<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n<div id=\"element-604\" data-type=\"exercise\">\n<div id=\"id41670368\" data-type=\"problem\">\n<p id=\"element-117\">b. What is the probability that Alissa does not catch Muddy?<\/p>\n<\/div>\n<div id=\"id41670388\" data-type=\"solution\">\n<p id=\"element-70\">b. \\(\\frac{41}{60}\\)<\/p>\n<p>&nbsp;<\/p>\n<\/div>\n<\/div>\n<div data-type=\"exercise\">\n<div id=\"id41670423\" data-type=\"problem\">\n<p id=\"element-45\">c. What is the probability that Muddy chooses Door One OR Door Two given that Muddy is caught by Alissa?<\/p>\n<\/div>\n<div id=\"id41670452\" data-type=\"solution\">\n<p>c. \\(\\frac{9}{19}\\)<\/p>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"fs-idm73418960\" class=\"textbox textbox--examples\" data-type=\"example\">\n<p id=\"fs-idm37807440\"><a class=\"autogenerated-content\" href=\"#Ch03_M04_tbl007\">(Figure)<\/a> contains the number of crimes per 100,000 inhabitants from 2008 to 2011 in the U.S.<\/p>\n<table id=\"Ch03_M04_tbl007\" summary=\"United States Crime Index Rates Per 100,000 Inhabitants 2008 \u2013 2011\">\n<caption><span data-type=\"title\">United States Crime Index Rates Per 100,000 Inhabitants 2008\u20132011<\/span><\/caption>\n<thead>\n<tr>\n<th>Year<\/th>\n<th>Robbery<\/th>\n<th>Burglary<\/th>\n<th>Rape<\/th>\n<th>Vehicle<\/th>\n<th>Total<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>2008<\/td>\n<td>145.7<\/td>\n<td>732.1<\/td>\n<td>29.7<\/td>\n<td>314.7<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>2009<\/td>\n<td>133.1<\/td>\n<td>717.7<\/td>\n<td>29.1<\/td>\n<td>259.2<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>2010<\/td>\n<td>119.3<\/td>\n<td>701<\/td>\n<td>27.7<\/td>\n<td>239.1<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>2011<\/td>\n<td>113.7<\/td>\n<td>702.2<\/td>\n<td>26.8<\/td>\n<td>229.6<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>Total<\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div id=\"fs-idm29224880\" data-type=\"exercise\">\n<div id=\"fs-idm58902352\" data-type=\"problem\">\n<p id=\"fs-idp18911776\">TOTAL each column and each row. Total data = 4,520.7<\/p>\n<ol id=\"fs-idm6434864\" type=\"a\">\n<li>Find <em data-effect=\"italics\">P<\/em>(2009 AND Robbery).<\/li>\n<li>Find <em data-effect=\"italics\">P<\/em>(2010 AND Burglary).<\/li>\n<li>Find <em data-effect=\"italics\">P<\/em>(2010 OR Burglary).<\/li>\n<li>Find <em data-effect=\"italics\">P<\/em>(2011|Rape).<\/li>\n<li>Find <em data-effect=\"italics\">P<\/em>(Vehicle|2008).<\/li>\n<\/ol>\n<\/div>\n<div id=\"fs-idm46779568\" data-type=\"solution\">\n<p id=\"fs-idm37451408\">a. 0.0294, b. 0.1551, c. 0.7165, d. 0.2365, e. 0.2575<\/p>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"fs-idm31309776\" class=\"statistics try\" data-type=\"note\" data-has-label=\"true\" data-label=\"\">\n<div data-type=\"title\">Try It<\/div>\n<div id=\"fs-idm30200592\" data-type=\"exercise\">\n<div id=\"fs-idm54491920\" data-type=\"problem\">\n<p id=\"fs-idm50410048\"><a class=\"autogenerated-content\" href=\"#M05_ch03-tbl009\">(Figure)<\/a> relates the weights and heights of a group of individuals participating in an observational study.<\/p>\n<table id=\"M05_ch03-tbl009\" summary=\"\">\n<thead>\n<tr>\n<th>Weight\/Height<\/th>\n<th>Tall<\/th>\n<th>Medium<\/th>\n<th>Short<\/th>\n<th>Totals<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Obese<\/td>\n<td>18<\/td>\n<td>28<\/td>\n<td>14<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>Normal<\/td>\n<td>20<\/td>\n<td>51<\/td>\n<td>28<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>Underweight<\/td>\n<td>12<\/td>\n<td>25<\/td>\n<td>9<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>Totals<\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<ol id=\"fs-idm43315168\" type=\"a\">\n<li>Find the total for each row and column<\/li>\n<li>Find the probability that a randomly chosen individual from this group is Tall.<\/li>\n<li>Find the probability that a randomly chosen individual from this group is Obese and Tall.<\/li>\n<li>Find the probability that a randomly chosen individual from this group is Tall given that the idividual is Obese.<\/li>\n<li>Find the probability that a randomly chosen individual from this group is Obese given that the individual is Tall.<\/li>\n<li>Find the probability a randomly chosen individual from this group is Tall and Underweight.<\/li>\n<li>Are the events Obese and Tall independent?<\/li>\n<\/ol>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"fs-idm122777312\" class=\"footnotes\" data-depth=\"1\">\n<h3 data-type=\"title\">References<\/h3>\n<p id=\"fs-idp25484384\">\u201cBlood Types.\u201d American Red Cross, 2013. Available online at http:\/\/www.redcrossblood.org\/learn-about-blood\/blood-types (accessed May 3, 2013).<\/p>\n<p id=\"fs-idm90987472\">Data from the National Center for Health Statistics, part of the United States Department of Health and Human Services.<\/p>\n<p id=\"fs-idm79839440\">Data from United States Senate. Available online at www.senate.gov (accessed May 2, 2013).<\/p>\n<p id=\"fs-idm90988000\">Haiman, Christopher A., Daniel O. Stram, Lynn R. Wilkens, Malcom C. Pike, Laurence N. Kolonel, Brien E. Henderson, and Lo\u012bc Le Marchand. \u201cEthnic and Racial Differences in the Smoking-Related Risk of Lung Cancer.\u201d The New England Journal of Medicine, 2013. Available online at http:\/\/www.nejm.org\/doi\/full\/10.1056\/NEJMoa033250 (accessed May 2, 2013).<\/p>\n<p id=\"eip-29\">\u201cHuman Blood Types.\u201d Unite Blood Services, 2011. Available online at http:\/\/www.unitedbloodservices.org\/learnMore.aspx (accessed May 2, 2013).<\/p>\n<p id=\"fs-idm7900000\">Samuel, T. M. \u201cStrange Facts about RH Negative Blood.\u201d eHow Health, 2013. Available online at http:\/\/www.ehow.com\/facts_5552003_strange-rh-negative-blood.html (accessed May 2, 2013).<\/p>\n<p>\u201cUnited States: Uniform Crime Report \u2013 State Statistics from 1960\u20132011.\u201d The Disaster Center. Available online at http:\/\/www.disastercenter.com\/crime\/ (accessed May 2, 2013).<\/p>\n<\/div>\n<div id=\"fs-idm68934880\" class=\"summary\" data-depth=\"1\">\n<h3 data-type=\"title\">Chapter Review<\/h3>\n<p id=\"fs-idp35891312\">There are several tools you can use to help organize and sort data when calculating probabilities. Contingency tables help display data and are particularly useful when calculating probabilites that have multiple dependent variables.<\/p>\n<\/div>\n<div id=\"fs-idp46156576\" class=\"practice\" data-depth=\"1\">\n<h3 data-type=\"title\"><em data-effect=\"italics\">Use the following information to answer the next four exercises.<\/em><a class=\"autogenerated-content\" href=\"#M05_ch03-tbl011\">(Figure)<\/a> shows a random sample of musicians and how they learned to play their instruments.GenderSelf-taughtStudied in SchoolPrivate InstructionTotalFemale12382272Male19241558Total316237130Find <em data-effect=\"italics\">P<\/em>(musician is a female).<\/h3>\n<\/div>\n<div id=\"eip-388\" data-type=\"exercise\">\n<div id=\"eip-950\" data-type=\"problem\">\n<p id=\"eip-249\">Find <em data-effect=\"italics\">P<\/em>(musician is a male AND had private instruction).<\/p>\n<\/div>\n<div data-type=\"solution\">\n<p id=\"eip-225\"><em data-effect=\"italics\">P<\/em>(musician is a male AND had private instruction) = \\(\\frac{15}{130}\\) = \\(\\frac{3}{26}\\) = 0.12<\/p>\n<\/div>\n<\/div>\n<div id=\"eip-631\" data-type=\"exercise\">\n<div id=\"eip-500\" data-type=\"problem\">\n<p>Find <em data-effect=\"italics\">P<\/em>(musician is a female OR is self taught).<\/p>\n<\/div>\n<\/div>\n<div id=\"eip-350\" data-type=\"exercise\">\n<div data-type=\"problem\">\n<p>Are the events \u201cbeing a female musician\u201d and \u201clearning music in school\u201d mutually exclusive events?<\/p>\n<\/div>\n<div data-type=\"solution\">\n<p id=\"eip-609\"><em data-effect=\"italics\">P<\/em>(being\u00a0a\u00a0female\u00a0musician\u00a0AND\u00a0learning\u00a0music\u00a0in\u00a0school) = \\(\\frac{38}{130}\\) = \\(\\frac{19}{65}\\) = 0.29<\/p>\n<p id=\"eip-610\"><em data-effect=\"italics\">P<\/em>(being a female musician)<em data-effect=\"italics\">P<\/em>(learning music in school) = \\(\\left(\\frac{72}{130}\\right)\\left(\\frac{62}{130}\\right)\\) = \\(\\frac{4,464}{16,900}\\) = \\(\\frac{1,116}{4,225}\\) = 0.26<\/p>\n<p>No, they are not independent because <em data-effect=\"italics\">P<\/em>(being a female musician AND learning music in school) is not equal to <em data-effect=\"italics\">P<\/em>(being a female musician)<em data-effect=\"italics\">P<\/em>(learning music in school).<\/p>\n<\/div>\n<\/div>\n<div id=\"fs-idm32828224\" class=\"bring-together-exercises\" data-depth=\"1\">\n<h3 data-type=\"title\">Bringing It Together<\/h3>\n<p id=\"element-12\">Use the following information to answer the next seven exercises. An article in the <cite><span data-type=\"cite-title\">New England Journal of Medicine<\/span><\/cite>, reported about a study of smokers in California and Hawaii. In one part of the report, the self-reported ethnicity and smoking levels per day were given. Of the people smoking at most ten cigarettes per day, there were 9,886 African Americans, 2,745 Native Hawaiians, 12,831 Latinos, 8,378 Japanese Americans, and 7,650 Whites. Of the people smoking 11 to 20 cigarettes per day, there were 6,514 African Americans, 3,062 Native Hawaiians, 4,932 Latinos, 10,680 Japanese Americans, and 9,877 Whites. Of the people smoking 21 to 30 cigarettes per day, there were 1,671 African Americans, 1,419 Native Hawaiians, 1,406 Latinos, 4,715 Japanese Americans, and 6,062 Whites. Of the people smoking at least 31 cigarettes per day, there were 759 African Americans, 788 Native Hawaiians, 800 Latinos, 2,305 Japanese Americans, and 3,970 Whites.<\/p>\n<div id=\"element-841\" data-type=\"exercise\">\n<div id=\"id24840283\" data-type=\"problem\">\n<p id=\"element-2314\">Complete the table using the data provided. Suppose that one person from the study is randomly selected. Find the probability that person smoked 11 to 20 cigarettes per day.<\/p>\n<table id=\"element-762\" summary=\"Partially filled ethnicity by smoking level table with the first column listing the smoking levels (4 rows plus the total), the blank second column lists African American values, blank third column for Native Hawaiians, blank fourth column for Latinos, blank fifth column for Japanese Americans, blank sixth column for Whites, and blank seventh column for the Total.\">\n<caption><span data-type=\"title\">Smoking Levels by Ethnicity<\/span><\/caption>\n<thead>\n<tr>\n<th>Smoking Level<\/th>\n<th>African American<\/th>\n<th>Native Hawaiian<\/th>\n<th>Latino<\/th>\n<th>Japanese Americans<\/th>\n<th>White<\/th>\n<th>TOTALS<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>1\u201310<\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>11\u201320<\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>21\u201330<\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>31+<\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>TOTALS<\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n<div id=\"eip-892\" data-type=\"exercise\">\n<div id=\"eip-189\" data-type=\"problem\">\n<p id=\"eip-241\">Suppose that one person from the study is randomly selected. Find the probability that person smoked 11 to 20 cigarettes per day.<\/p>\n<\/div>\n<div id=\"id24840301\" data-type=\"solution\">\n<p id=\"element-603\">\\(\\frac{35,065}{100,450}\\)<\/p>\n<\/div>\n<\/div>\n<div id=\"element-120\" data-type=\"exercise\">\n<div id=\"id24840332\" data-type=\"problem\">\n<p>Find the probability that the person was Latino.<\/p>\n<\/div>\n<\/div>\n<div id=\"exercise-124\" data-type=\"exercise\">\n<div id=\"id24840396\" data-type=\"problem\">\n<p id=\"exercise-124p\">In words, explain what it means to pick one person from the study who is \u201cJapanese American <strong>AND<\/strong> smokes 21 to 30 cigarettes per day.\u201d Also, find the probability.<\/p>\n<\/div>\n<div id=\"id25124759\" data-type=\"solution\">\n<p id=\"exercise-124s\">To pick one person from the study who is Japanese American AND smokes 21 to 30 cigarettes per day means that the person has to meet both criteria: both Japanese American and smokes 21 to 30 cigarettes. The sample space should include everyone in the study. The probability is \\(\\frac{4,715}{100,450}\\).<\/p>\n<\/div>\n<\/div>\n<div id=\"exercise-125\" data-type=\"exercise\">\n<div id=\"id25124791\" data-type=\"problem\">\n<p id=\"exercise-125p\">In words, explain what it means to pick one person from the study who is \u201cJapanese American <strong>OR<\/strong> smokes 21 to 30 cigarettes per day.\u201d Also, find the probability.<\/p>\n<\/div>\n<\/div>\n<div id=\"exercise-126\" data-type=\"exercise\">\n<div id=\"id25124851\" data-type=\"problem\">\n<p id=\"exercise-126p\">In words, explain what it means to pick one person from the study who is \u201cJapanese American <strong>GIVEN<\/strong> that person smokes 21 to 30 cigarettes per day.\u201d Also, find the probability.<\/p>\n<\/div>\n<div id=\"id25124879\" data-type=\"solution\">\n<p id=\"exercise-126s\">To pick one person from the study who is Japanese American given that person smokes 21-30 cigarettes per day, means that the person must fulfill both criteria and the sample space is reduced to those who smoke 21-30 cigarettes per day. The probability is \\(\\frac{4715}{15,273}\\).<\/p>\n<\/div>\n<\/div>\n<div id=\"exercise-127\" data-type=\"exercise\">\n<div id=\"id25124911\" data-type=\"problem\">\n<p id=\"exercise-127p\">Prove that smoking level\/day and ethnicity are dependent events.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"fs-idp18062160\" class=\"free-response\" data-depth=\"1\">\n<h3 data-type=\"title\">Homework<\/h3>\n<p><em data-effect=\"italics\">Use the information in the <a class=\"autogenerated-content\" href=\"#M05_ch03-tbl13\">(Figure)<\/a> to answer the next eight exercises.<\/em> The table shows the political party affiliation of each of 67 members of the US Senate in June 2012, and when they are up for reelection.<\/p>\n<table id=\"M05_ch03-tbl13\" summary=\"...\">\n<thead>\n<tr>\n<th>Up for reelection:<\/th>\n<th>Democratic Party<\/th>\n<th>Republican Party<\/th>\n<th>Other<\/th>\n<th>Total<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>November 2014<\/td>\n<td>20<\/td>\n<td>13<\/td>\n<td>0<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>November 2016<\/td>\n<td>10<\/td>\n<td>24<\/td>\n<td>0<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>Total<\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div data-type=\"exercise\">\n<div id=\"eip-939\" data-type=\"problem\">\n<p id=\"eip-356\">1) What is the probability that a randomly selected senator has an \u201cOther\u201d affiliation?<\/p>\n<\/div>\n<div data-type=\"solution\">\n<p>&nbsp;<\/p>\n<\/div>\n<\/div>\n<div data-type=\"exercise\">\n<div id=\"eip-512\" data-type=\"problem\">\n<p>2) What is the probability that a randomly selected senator is up for reelection in November 2016?<\/p>\n<p>&nbsp;<\/p>\n<\/div>\n<\/div>\n<div data-type=\"exercise\">\n<div id=\"eip-589\" data-type=\"problem\">\n<p id=\"eip-287\">3) What is the probability that a randomly selected senator is a Democrat and up for reelection in November 2016?<\/p>\n<\/div>\n<div data-type=\"solution\">\n<p>&nbsp;<\/p>\n<\/div>\n<\/div>\n<div id=\"eip-331\" data-type=\"exercise\">\n<div data-type=\"problem\">\n<p id=\"eip-72\">4) What is the probability that a randomly selected senator is a Republican or is up for reelection in November 2014?<\/p>\n<p>&nbsp;<\/p>\n<\/div>\n<\/div>\n<div data-type=\"exercise\">\n<div id=\"eip-261\" data-type=\"problem\">\n<p id=\"eip-264\">5) Suppose that a member of the US Senate is randomly selected. Given that the randomly selected senator is up for reelection in November 2016, what is the probability that this senator is a Democrat?<\/p>\n<\/div>\n<div data-type=\"solution\">\n<p>&nbsp;<\/p>\n<\/div>\n<\/div>\n<div id=\"eip-164\" data-type=\"exercise\">\n<div data-type=\"problem\">\n<p>6) Suppose that a member of the US Senate is randomly selected. What is the probability that the senator is up for reelection in November 2014, knowing that this senator is a Republican?<\/p>\n<\/div>\n<\/div>\n<div id=\"eip-88\" data-type=\"exercise\">\n<div id=\"eip-832\" data-type=\"problem\">\n<p>7) The events \u201cRepublican\u201d and \u201cUp for reelection in 2016\u201d are ________<\/p>\n<ol id=\"eip-idp126651680\" type=\"a\">\n<li>mutually exclusive.<\/li>\n<li>independent.<\/li>\n<li>both mutually exclusive and independent.<\/li>\n<li>neither mutually exclusive nor independent.<\/li>\n<\/ol>\n<\/div>\n<div data-type=\"solution\">\n<p>&nbsp;<\/p>\n<\/div>\n<\/div>\n<div data-type=\"exercise\">\n<div id=\"eip-82\" data-type=\"problem\">\n<p id=\"eip-544\">8) The events \u201cOther\u201d and \u201cUp for reelection in November 2016\u201d are ________<\/p>\n<ol id=\"eip-idp21360256\" type=\"a\">\n<li>mutually exclusive.<\/li>\n<li>independent.<\/li>\n<li>both mutually exclusive and independent.<\/li>\n<li>neither mutually exclusive nor independent.<\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<\/div>\n<\/div>\n<div id=\"tablular-ex\" data-type=\"exercise\">\n<div id=\"id43571370\" data-type=\"problem\">\n<p>9) <a class=\"autogenerated-content\" href=\"#M05_ch03-tbl020\">(Figure)<\/a> gives the number of suicides estimated in the U.S. for a recent year by age, race (black or white), and sex. We are interested in possible relationships between age, race, and sex. We will let suicide victims be our population.<\/p>\n<table id=\"M05_ch03-tbl020\" summary=\"This partially filled table presents the data of suicides by age and race and sex. The first column lists the race and sex, the second column lists ages 1-14, third column lists 15-24, fourth column lists 25-64, blank fifth column lists over 64, and the sixth column lists the totals. The first row lists white, male, the second row is white, female, the third row is black, male, the fourth row is black, female, the blank fifth row is all others, and the total is on the sixth row.\">\n<thead>\n<tr>\n<th>Race and Sex<\/th>\n<th>1\u201314<\/th>\n<th>15\u201324<\/th>\n<th>25\u201364<\/th>\n<th>over 64<\/th>\n<th>TOTALS<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>white, male<\/td>\n<td>210<\/td>\n<td>3,360<\/td>\n<td>13,610<\/td>\n<td><\/td>\n<td>22,050<\/td>\n<\/tr>\n<tr>\n<td>white, female<\/td>\n<td>80<\/td>\n<td>580<\/td>\n<td>3,380<\/td>\n<td><\/td>\n<td>4,930<\/td>\n<\/tr>\n<tr>\n<td>black, male<\/td>\n<td>10<\/td>\n<td>460<\/td>\n<td>1,060<\/td>\n<td><\/td>\n<td>1,670<\/td>\n<\/tr>\n<tr>\n<td>black, female<\/td>\n<td>0<\/td>\n<td>40<\/td>\n<td>270<\/td>\n<td><\/td>\n<td>330<\/td>\n<\/tr>\n<tr>\n<td>all others<\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>TOTALS<\/td>\n<td>310<\/td>\n<td>4,650<\/td>\n<td>18,780<\/td>\n<td><\/td>\n<td>29,760<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p id=\"eip-idp27013472\">Do not include &#8220;all others&#8221; for parts f and g.<\/p>\n<ol type=\"a\">\n<li>Fill in the column for the suicides for individuals over age 64.<\/li>\n<li>Fill in the row for all other races.<\/li>\n<li>Find the probability that a randomly selected individual was a white male.<\/li>\n<li>Find the probability that a randomly selected individual was a black female.<\/li>\n<li>Find the probability that a randomly selected individual was black<\/li>\n<li>Find the probability that a randomly selected individual was a black or white male.<\/li>\n<li>Out of the individuals over age 64, find the probability that a randomly selected individual was a black or white male.<\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<\/div>\n<div id=\"id43572030\" data-type=\"solution\"><\/div>\n<\/div>\n<p id=\"element-686\"><em data-effect=\"italics\">Use the following information to answer the next two exercises.<\/em> The table of data obtained from <cite><span data-type=\"cite-title\">www.baseball-almanac.com<\/span><\/cite> shows hit information for four well known baseball players. Suppose that one hit from the table is randomly selected.<\/p>\n<table id=\"element-695\" summary=\"This table presents data based on type of hit by baseball player. The first column lists the names of the baseball player, second column lists single hits, third column lists double, fourth column is triple, fifth column is home run, and sixth column is total hits. The first row is Babe Ruth, the second row is Jackie Robinson, third row is Ty Cobb, fourth row is Hank Aaron, and Total is in the fifth row.\">\n<thead>\n<tr>\n<th>NAME<\/th>\n<th>Single<\/th>\n<th>Double<\/th>\n<th>Triple<\/th>\n<th>Home Run<\/th>\n<th>TOTAL HITS<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Babe Ruth<\/td>\n<td>1,517<\/td>\n<td>506<\/td>\n<td>136<\/td>\n<td>714<\/td>\n<td>2,873<\/td>\n<\/tr>\n<tr>\n<td>Jackie Robinson<\/td>\n<td>1,054<\/td>\n<td>273<\/td>\n<td>54<\/td>\n<td>137<\/td>\n<td>1,518<\/td>\n<\/tr>\n<tr>\n<td>Ty Cobb<\/td>\n<td>3,603<\/td>\n<td>174<\/td>\n<td>295<\/td>\n<td>114<\/td>\n<td>4,189<\/td>\n<\/tr>\n<tr>\n<td>Hank Aaron<\/td>\n<td>2,294<\/td>\n<td>624<\/td>\n<td>98<\/td>\n<td>755<\/td>\n<td>3,771<\/td>\n<\/tr>\n<tr>\n<td>TOTAL<\/td>\n<td>8,471<\/td>\n<td>1,577<\/td>\n<td>583<\/td>\n<td>1,720<\/td>\n<td>12,351<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div data-type=\"exercise\">\n<div id=\"id43574123\" data-type=\"problem\">\n<p>10) Find <em data-effect=\"italics\">P<\/em>(hit was made by Babe Ruth).<\/p>\n<ol type=\"a\">\n<li>\\(\\frac{1518}{2873}\\)<\/li>\n<li>\\(\\frac{2873}{12351}\\)<\/li>\n<li>\\(\\frac{583}{12351}\\)<\/li>\n<li>\\(\\frac{4189}{12351}\\)<\/li>\n<\/ol>\n<\/div>\n<\/div>\n<div id=\"element-940\" data-type=\"exercise\">\n<div id=\"id43574389\" data-type=\"problem\">\n<p>11) Find <em data-effect=\"italics\">P<\/em>(hit was made by Ty Cobb|The hit was a Home Run).<\/p>\n<ol id=\"element-901\" type=\"a\">\n<li>\\(\\frac{4189}{12351}\\)<\/li>\n<li>\\(\\frac{114}{1720}\\)<\/li>\n<li>\\(\\frac{1720}{4189}\\)<\/li>\n<li>\\(\\frac{114}{12351}\\)<\/li>\n<\/ol>\n<\/div>\n<div id=\"id43574628\" data-type=\"solution\">\n<p>&nbsp;<\/p>\n<\/div>\n<\/div>\n<div data-type=\"exercise\">\n<div id=\"id43569269\" data-type=\"problem\">\n<p>12) <a class=\"autogenerated-content\" href=\"#M05_ch03-tbl021\">(Figure)<\/a> identifies a group of children by one of four hair colors, and by type of hair.<\/p>\n<table id=\"M05_ch03-tbl021\" summary=\"A partially filled table for hair color by hair type. The first column lists hair type, the second column lists brown hair, third column lists blond hair, fourth column lists black hair, fifth column lists red hair, and the sixth column lists totals. The first row lists wavy hair, second row lists straight hair, and the third row lists the total. All values are listed in the brown column except the total, all values are listed in the blond column except for the first row, only the first row of the black column is filled in, all of the red column is filled in except for the total, and the first and third rows of the total column are filled in.\">\n<thead>\n<tr>\n<th>Hair Type<\/th>\n<th>Brown<\/th>\n<th>Blond<\/th>\n<th>Black<\/th>\n<th>Red<\/th>\n<th>Totals<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Wavy<\/td>\n<td>20<\/td>\n<td><\/td>\n<td>15<\/td>\n<td>3<\/td>\n<td>43<\/td>\n<\/tr>\n<tr>\n<td>Straight<\/td>\n<td>80<\/td>\n<td>15<\/td>\n<td><\/td>\n<td>12<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>Totals<\/td>\n<td><\/td>\n<td>20<\/td>\n<td><\/td>\n<td><\/td>\n<td>215<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<ol id=\"element-894\" type=\"a\">\n<li>Complete the table.<\/li>\n<li>What is the probability that a randomly selected child will have wavy hair?<\/li>\n<li>What is the probability that a randomly selected child will have either brown or blond hair?<\/li>\n<li>What is the probability that a randomly selected child will have wavy brown hair?<\/li>\n<li>What is the probability that a randomly selected child will have red hair, given that he or she has straight hair?<\/li>\n<li>If <em data-effect=\"italics\">B<\/em> is the event of a child having brown hair, find the probability of the complement of <em data-effect=\"italics\">B<\/em>.<\/li>\n<li>In words, what does the complement of <em data-effect=\"italics\">B<\/em> represent?<\/li>\n<\/ol>\n<\/div>\n<\/div>\n<div data-type=\"exercise\">\n<div data-type=\"problem\">\n<p>13) In a previous year, the weights of the members of the <strong>San Francisco 49ers<\/strong> and the <strong>Dallas Cowboys<\/strong> were published in the <cite><span data-type=\"cite-title\">San Jose Mercury News<\/span><\/cite>. The factual data were compiled into the following table.<\/p>\n<table id=\"element-13\" summary=\"This table presents weight in pounds by shirt number. The first column lists the shirt number, the second column lists weight \u2264 210, the third column lists 211-250, fourth column lists 251-290, and the fifth column lists 291 \u2264. The first row lists shirt numbers 1-33, second row lists 34-66, and the third row lists 66-99.\">\n<thead>\n<tr>\n<th>Shirt#<\/th>\n<th>\u2264 210<\/th>\n<th>211\u2013250<\/th>\n<th>251\u2013290<\/th>\n<th>&gt; 290<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>1\u201333<\/td>\n<td>21<\/td>\n<td>5<\/td>\n<td>0<\/td>\n<td>0<\/td>\n<\/tr>\n<tr>\n<td>34\u201366<\/td>\n<td>6<\/td>\n<td>18<\/td>\n<td>7<\/td>\n<td>4<\/td>\n<\/tr>\n<tr>\n<td>66\u201399<\/td>\n<td>6<\/td>\n<td>12<\/td>\n<td>22<\/td>\n<td>5<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>For the following, suppose that you randomly select one player from the 49ers or Cowboys.<\/p>\n<ol type=\"a\">\n<li>Find the probability that his shirt number is from 1 to 33.<\/li>\n<li>Find the probability that he weighs at most 210 pounds.<\/li>\n<li>Find the probability that his shirt number is from 1 to 33 AND he weighs at most 210 pounds.<\/li>\n<li>Find the probability that his shirt number is from 1 to 33 OR he weighs at most 210 pounds.<\/li>\n<li>Find the probability that his shirt number is from 1 to 33 GIVEN that he weighs at most 210 pounds.<\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<\/div>\n<div id=\"fs-idm65248128\" data-type=\"solution\">\n<ol id=\"fs-idm65247872\" type=\"a\"><\/ol>\n<p><strong>Answers to odd questions<\/strong><\/p>\n<p>1) 0<\/p>\n<p>3) \\(\\frac{10}{67}\\)<\/p>\n<p>5) \\(\\frac{10}{34}\\)<\/p>\n<p>7) d<\/p>\n<p>9)<\/p>\n<ol id=\"element-271\" type=\"a\">\n<li>\n<table id=\"fs-idm9443200\" summary=\"\">\n<thead>\n<tr>\n<th>Race and Sex<\/th>\n<th>1\u201314<\/th>\n<th>15\u201324<\/th>\n<th>25\u201364<\/th>\n<th>over 64<\/th>\n<th>TOTALS<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>white, male<\/td>\n<td>210<\/td>\n<td>3,360<\/td>\n<td>13,610<\/td>\n<td>4,870<\/td>\n<td>22,050<\/td>\n<\/tr>\n<tr>\n<td>white, female<\/td>\n<td>80<\/td>\n<td>580<\/td>\n<td>3,380<\/td>\n<td>890<\/td>\n<td>4,930<\/td>\n<\/tr>\n<tr>\n<td>black, male<\/td>\n<td>10<\/td>\n<td>460<\/td>\n<td>1,060<\/td>\n<td>140<\/td>\n<td>1,670<\/td>\n<\/tr>\n<tr>\n<td>black, female<\/td>\n<td>0<\/td>\n<td>40<\/td>\n<td>270<\/td>\n<td>20<\/td>\n<td>330<\/td>\n<\/tr>\n<tr>\n<td>all others<\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td>100<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>TOTALS<\/td>\n<td>310<\/td>\n<td>4,650<\/td>\n<td>18,780<\/td>\n<td>6,020<\/td>\n<td>29,760<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/li>\n<li>\n<table id=\"fs-idm74994096\" summary=\"\">\n<thead>\n<tr>\n<th>Race and Sex<\/th>\n<th>1\u201314<\/th>\n<th>15\u201324<\/th>\n<th>25\u201364<\/th>\n<th>over 64<\/th>\n<th>TOTALS<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>white, male<\/td>\n<td>210<\/td>\n<td>3,360<\/td>\n<td>13,610<\/td>\n<td>4,870<\/td>\n<td>22,050<\/td>\n<\/tr>\n<tr>\n<td>white, female<\/td>\n<td>80<\/td>\n<td>580<\/td>\n<td>3,380<\/td>\n<td>890<\/td>\n<td>4,930<\/td>\n<\/tr>\n<tr>\n<td>black, male<\/td>\n<td>10<\/td>\n<td>460<\/td>\n<td>1,060<\/td>\n<td>140<\/td>\n<td>1,670<\/td>\n<\/tr>\n<tr>\n<td>black, female<\/td>\n<td>0<\/td>\n<td>40<\/td>\n<td>270<\/td>\n<td>20<\/td>\n<td>330<\/td>\n<\/tr>\n<tr>\n<td>all others<\/td>\n<td>10<\/td>\n<td>210<\/td>\n<td>460<\/td>\n<td>100<\/td>\n<td>780<\/td>\n<\/tr>\n<tr>\n<td>TOTALS<\/td>\n<td>310<\/td>\n<td>4,650<\/td>\n<td>18,780<\/td>\n<td>6,020<\/td>\n<td>29,760<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/li>\n<li>\\(\\frac{\\text{22,050}}{\\text{29,760}}\\)<\/li>\n<li>\\(\\frac{\\text{330}}{\\text{29,760}}\\)<\/li>\n<li>\\(\\frac{\\text{2,000}}{\\text{29,760}}\\)<\/li>\n<li>\\(\\frac{23720}{\\left(29760-780\\right)}=\\frac{23720}{28980}\\)<\/li>\n<li>\\(\\frac{5010}{\\left(6020-100\\right)}=\\frac{5010}{5920}\\)<\/li>\n<\/ol>\n<p>11) b<\/p>\n<p>13)<\/p>\n<ol type=\"a\">\n<li>\\(\\frac{26}{106}\\)<\/li>\n<li>\\(\\frac{33}{106}\\)<\/li>\n<li>\\(\\frac{21}{106}\\)<\/li>\n<li>\\(\\left(\\frac{26}{106}\\right)\\) + \\(\\left(\\frac{33}{106}\\right)\\) &#8211; \\(\\left(\\frac{21}{106}\\right)\\) = \\(\\left(\\frac{38}{106}\\right)\\)<\/li>\n<li>\\(\\frac{21}{33}\\)<\/li>\n<\/ol>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"textbox shaded\" data-type=\"glossary\">\n<h3 data-type=\"glossary-title\">Glossary<\/h3>\n<dl id=\"contintable\">\n<dt>contingency table<\/dt>\n<dd id=\"id17487593\">the method of displaying a frequency distribution as a table with rows and columns to show how two variables may be dependent (contingent) upon each other; the table provides an easy way to calculate conditional probabilities.<\/dd>\n<\/dl>\n<\/div>\n","protected":false},"author":32,"menu_order":23,"template":"","meta":{"pb_show_title":"","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":""},"chapter-type":[],"contributor":[],"license":[],"class_list":["post-139","chapter","type-chapter","status-publish","hentry"],"part":125,"_links":{"self":[{"href":"https:\/\/pressbooks.ccconline.org\/accintrostats\/wp-json\/pressbooks\/v2\/chapters\/139","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pressbooks.ccconline.org\/accintrostats\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/pressbooks.ccconline.org\/accintrostats\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/pressbooks.ccconline.org\/accintrostats\/wp-json\/wp\/v2\/users\/32"}],"version-history":[{"count":2,"href":"https:\/\/pressbooks.ccconline.org\/accintrostats\/wp-json\/pressbooks\/v2\/chapters\/139\/revisions"}],"predecessor-version":[{"id":609,"href":"https:\/\/pressbooks.ccconline.org\/accintrostats\/wp-json\/pressbooks\/v2\/chapters\/139\/revisions\/609"}],"part":[{"href":"https:\/\/pressbooks.ccconline.org\/accintrostats\/wp-json\/pressbooks\/v2\/parts\/125"}],"metadata":[{"href":"https:\/\/pressbooks.ccconline.org\/accintrostats\/wp-json\/pressbooks\/v2\/chapters\/139\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/pressbooks.ccconline.org\/accintrostats\/wp-json\/wp\/v2\/media?parent=139"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/pressbooks.ccconline.org\/accintrostats\/wp-json\/pressbooks\/v2\/chapter-type?post=139"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/pressbooks.ccconline.org\/accintrostats\/wp-json\/wp\/v2\/contributor?post=139"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/pressbooks.ccconline.org\/accintrostats\/wp-json\/wp\/v2\/license?post=139"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}