Question 1195976
<font color=black size=3>
Given Data Table:
<table border = "1" cellpadding = "5"><tr><td></td><td>A</td><td>B</td><td>C</td><td>Total</td></tr><tr><td>Male</td><td>16</td><td>9</td><td>19</td><td>44</td></tr><tr><td>Female</td><td>20</td><td>6</td><td>7</td><td>33</td></tr><tr><td>Total</td><td>36</td><td>15</td><td>26</td><td>77</td></tr></table>


-----------------------------------------------------------


Problem: <font color=blue>Find the probability that the student got a C</font>


Look at the bottom row labeled "total". We have 26 students who got a C out of 77 students in the group.


Use a calculator to find that
26/77 = 0.33766233766233
This value is approximate 


Round this to four decimal places (i.e. nearest ten-thousandth) and you would end up with 0.3377


Answer: 0.3377


-----------------------------------------------------------


Problem: <font color=blue>Find the probability that the student was male AND got a "A"</font>


In the "male" row, and "got an A" column, there are 16 students. 
In short, 16 males got an A.
This is out of the 77 total in the bottom right corner.


16/77 = 0.2077922077922 approximately
This rounds to 0.2078



Answer: 0.2078


-----------------------------------------------------------


Problem: <font color=blue>Find the probability that the student was female OR got an "C"</font>


There are 33 female students, 26 students who got a C, and 7 female students who got a C
33+26-7 = 52 students are female, got a C, or both


52/77 = 0.67532467532468 = 0.6753
which is approximate


Answer: 0.6753


-----------------------------------------------------------

Problem: <font color=blue>If one student is chosen at random, find the probability that the student got a 'A' GIVEN they are male</font>


Whenever you see "given", it is often a very important key word in probability questions. 
It means that we know 100% that the information provided is correct. This is simply based on the assumption that the speaker is telling the full truth.
This allows us to narrow our focus. The sample space has been reduced.


So we are GIVEN the selected student is male. What this means is that we focus entirely on the male row.


There are 16 males in this row who got an A, out of 44 males total
16/44 = 0.36363636363637
16/44 = 0.3636


Answer:  0.3636
</font>