Question 1147640
.
<pre>

When a pair of dice are tossed once, the sample space is the set of 36 pairs (a,b) of integer numbers "a" and "b"

from 1 to 6 inclusively, with the probability  {{{1/36}}}  for each event (pair).



When a pair of dice are tossed twice, the sample space is the set of 36*36 pairs (a,b) and (x,y) of integer numbers "a", "b", x and y

from 1 to 6 inclusively, with the probability  {{{1/36^2}}}  for each event (which is two pairs {(a,b),(x,y)} ).


The probability that the first roll is a total of at least 6 is


    P( the total of the first tossing) >= 6) = P(6) + P(7) + P(8) + P(9) + P(10) + P(11) + P(12).


    P(6)  is   {{{5/36}}}    //   6 = 1+5 = 2+4 = 3+3 = 4+2 = 5+1

    P(7)  is   {{{6/36}}}    //   7 = 1+6 = 2+5 = 3+4 = 4+3 = 5+2 = 6+1

    P(8)  is   {{{5/36}}}    //   8 = 2+6 = 3+5 = 4+4 = 5+3 = 6+2

    P(9)  is   {{{4/36}}}    //   9 = 3+6 = 4+5 = 5+4 = 6+3

    P(10) is   {{{3/36}}}    //  10 = 4+6 = 5+5 = 6+4

    P(11) is   {{{2/36}}}

    P(12) is   {{{1/36}}}


Therefore, P( the total of the first tossing) >= 6) = {{{(5+6+5+4+3+2+1)/36}}} = {{{26/36}}} = {{{13/18}}}.




The probability that the second roll is a total of at least 9 is


    P( the total of the second tossing) >= 9) = P(9) + P(10) + P(11) + P(12) = {{{(4+3+2+1)/36}}} = {{{10/36}}} = {{{5/18}}}.

                

The outcomes of the first and second rolls are INDEPENDENT, therefore, the final probability under the question is


    {{{13/18}}}.{{{5/18}}} = {{{65/324}}}.    <U>ANSWER</U>
</pre>

Solved.


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


See the lesson

&nbsp;&nbsp;&nbsp;&nbsp;- <A HREF=https://www.algebra.com/algebra/homework/Probability-and-statistics/Rolling-a-pair-of-fair-dice.lesson>Rolling a pair of fair dice</A> 

in this site.