Question 482697
There are four green blocks and four red blocks in a bag. Two blocks are selected at random. What is the probability that they are both red?
========
# of ways to get 2 red: 4C2 = 6
---
# of ways to pick 2 randomly:  8C2 = 28
---
P(pick 2 red) = 6/28 = 3/14
------------------------------
Cheers,
Stan H.
============