Question 1
				1. A probability experiment consists of choosing an outfit (one shirt and one pair of pants).
                
                    - Three shirts: red, green, white (r, g, w)
 
                    - Two pants: jeans, dress (j, d)
 
                
                What is the sample space?
				
				
				
				
				
				{r-j, g-d}
				
				{r-j, r-d, g-j, g-d, w-j, w-d}
                
				{r-d, g-d, w-d}
				
				{r-j, g-j, w-j}