Question 1158060
<pre>
Here are all 36 possible rolls.  The red ones are greater than 5 and
the blue ones are NOT greater than 5. 

<font color="blue"><b>
(1,1) (1,2) (1,3) (1,4) <font color="red"><b>(1,5) (1,6)</b></font>
 
(2,1) (2,2) (2,3) <font color="red"><b>(2,4) (2,5) (2,6)</b></font>
 
(3,1) (3,2) <font color="red"><b>(3,3) (3,4) (3,5) (3,6)</b></font> 
 
(4,1) <font color="red"><b>(4,2) (4,3) (4,4) (4,5) (4,6) 
 
(5,1) (5,2) (5,3) (5,4) (5,5) (5,6)</b>
 
(6,1) (6,2) (6,3) (6,4) (6,5) (6,6)</b></font></font>

{{{matrix(1,7,

(matrix(8,1,ODDS,AGAINST,GETTING,A,SUM,GREATER,THAN,5)),
"",
""="",
"",
(matrix(7,1,
NUMBER, 
OF, 
ROLLS,
NOT,
GREATER,
THAN,
5)),
":",
(matrix(6,1,
NUMBER, 
OF, 
ROLLS,
GREATER,
THAN,
5))

))}}}

Count the blue ones and the red ones and put in those 
numbers with a colon ":" between them. 

BLUES:REDS

Then divide both by 2, and put a colon between them. 

Edwin</pre>