Question 1190863
<font color=black size=3>
Let's say we have a red die and a blue die
The red die will be the standard die you'd find just about anywhere. It has sides 1 through 6.
The blue die will have faces of either 1 or 6 (three of each)


Here's the 6x6 grid of possible sums when rolling these two dice<table border = "1" cellpadding = "5"><tr><td>+</td><td><font color=red>1</font></td><td><font color=red>2</font></td><td><font color=red>3</font></td><td><font color=red>4</font></td><td><font color=red>5</font></td><td><font color=red>6</font></td></tr><tr><td><font color=blue>1</font></td><td>2</td><td>3</td><td>4</td><td>5</td><td>6</td><td>7</td></tr><tr><td><font color=blue>1</font></td><td>2</td><td>3</td><td>4</td><td>5</td><td>6</td><td>7</td></tr><tr><td><font color=blue>1</font></td><td>2</td><td>3</td><td>4</td><td>5</td><td>6</td><td>7</td></tr><tr><td><font color=blue>6</font></td><td>7</td><td>8</td><td>9</td><td>10</td><td>11</td><td>12</td></tr><tr><td><font color=blue>6</font></td><td>7</td><td>8</td><td>9</td><td>10</td><td>11</td><td>12</td></tr><tr><td><font color=blue>6</font></td><td>7</td><td>8</td><td>9</td><td>10</td><td>11</td><td>12</td></tr></table>
For example, in the upper left corner we have <font color=blue>1</font>+<font color=red>1</font> = 2
Or in the bottom right corner we have <font color=blue>6</font>+<font color=red>6</font> = 12
The rest of the table is filled out in a similar fashion.


The list of unique sums are: 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12
You should notice that nearly each sum shows up exactly 3 times. 
This is directly due to the fact that the blue die has repeated faces of this same count (eg: 6 shows up three times). 
The only exception to this rule is the sum 7 which shows up 2*3 = 6 times. We still have that multiple of 3 buried in there.


So we have 
P(rolling a 2) = 3/36
P(rolling a 3) = 3/36
P(rolling a 4) = 3/36
P(rolling a 5) = 3/36
P(rolling a 6) = 3/36
P(rolling a 7) = 6/36
P(rolling a 8) = 3/36
P(rolling a 9) = 3/36
P(rolling a 10) = 3/36
P(rolling a 11) = 3/36
P(rolling a 12) = 3/36


We can use that data to form this probability distribution table<table border = "1" cellpadding = "5"><tr><td>Y</td><td>P(Y)</td></tr><tr><td>2</td><td>3/36</td></tr><tr><td>3</td><td>3/36</td></tr><tr><td>4</td><td>3/36</td></tr><tr><td>5</td><td>3/36</td></tr><tr><td>6</td><td>3/36</td></tr><tr><td>7</td><td>6/36</td></tr><tr><td>8</td><td>3/36</td></tr><tr><td>9</td><td>3/36</td></tr><tr><td>10</td><td>3/36</td></tr><tr><td>11</td><td>3/36</td></tr><tr><td>12</td><td>3/36</td></tr></table>Where Y is the number of dots combined from both dice (i.e. the sum of the dice)


So far I haven't reduced any of the fractions. 
In my opinion, it's more descriptive to keep the 36 around in the denominator so we know there are 36 outcomes total. 
For later probability distribution problems, it's also helpful to have the same denominator for all the fractions.


If you wanted to reduce the fractions, then this is what the probability distribution looks like<table border = "1" cellpadding = "5"><tr><td>Y</td><td>P(Y)</td></tr><tr><td>2</td><td>1/12</td></tr><tr><td>3</td><td>1/12</td></tr><tr><td>4</td><td>1/12</td></tr><tr><td>5</td><td>1/12</td></tr><tr><td>6</td><td>1/12</td></tr><tr><td>7</td><td>1/6</td></tr><tr><td>8</td><td>1/12</td></tr><tr><td>9</td><td>1/12</td></tr><tr><td>10</td><td>1/12</td></tr><tr><td>11</td><td>1/12</td></tr><tr><td>12</td><td>1/12</td></tr></table>Note: 
Each P(Y) value is on the interval *[tex \large 0 \le P(Y) \le 1]
Also, the sum of all the P(Y) values yields 1.


Optionally you could convert each of the fractions to the approximate decimal form
1/12 = 0.08333 approximately
1/6 = 0.16667 approximately
I prefer the fraction form because it's exact rather than approximate.
</font>