Question 1187133
.
The Rodeo Club has 5 seniors, 17 juniors, 14 sophomores, and 10 freshmen. 
In how many ways can 2 representatives be selected if the selection must be composed 
of a senior and a freshman or a junior and a sophomore?
~~~~~~~~~~~~~~~~


<pre>
It is the sum of combinations of each kind


    In how many ways = 5*10 + 17*14 = 288  different possible ways.    <U>ANSWER</U>
</pre>

Solved.