Question 1190871
<font color=black size=3>
X = number of courses taken


This is what the probability histogram would look like
<img src = "https://i.imgur.com/D1xmIAZ.png">
The height of each bar is the decimal version of the percentages listed.
Example: 41% = 0.41
There are no spaces between each bar in a histogram. 


You can use Excel to make such a histogram, or use free software similar to it. I used the LibreOffice spreadsheet program to make the diagram above. 


If you need the probability distribution as a table, then it could look something like this<table border = "1" cellpadding = "5"><tr><td>X</td><td>P(X)</td></tr><tr><td>1</td><td>0.06</td></tr><tr><td>2</td><td>0.06</td></tr><tr><td>3</td><td>0.12</td></tr><tr><td>4</td><td>0.20</td></tr><tr><td>5</td><td>0.41</td></tr><tr><td>6</td><td>0.15</td></tr></table>
</font>