Question 1199303
.
There are three letters A, B, C. How many different ordered, two letter {{{highlight(cross(alphabets))}}} <U>words</U> can we get?
~~~~~~~~~~~~~~~~~~~~~~



Assuming that repeating of letters is nor allowed, &nbsp;we can have any of the three letters
in the first position and any of remaining two letters in the second position.


In all, &nbsp;it gives &nbsp;&nbsp;3*2 = 6 &nbsp;&nbsp;different ordered two-letters words.   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<U>ANSWER</U>



Solved.