Question 1193509
.
In how many ways can a president and a secretary be {{{highlight(cross(choosen))}}} <U>chosen</U> from a group of 7 people
~~~~~~~~~~~~~~~


<pre>
The problem asks how many ordered pairs can be made of 7 people.


The answer is 7*6 = 42:  7 possible options for the first position

and 6 possible options for the second position.
</pre>

Solved, answered and explained.