The number of different ways in which 5 "dashes" and 8 "dots" can be arranged ,using only 7 of these 13 "dashes and dots" is
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
For each of the 7 places, we can choose either dashes or dots, 2^7=128 choices.
But wait, 6 dashes and 7 dashes are not allowed.
128 - 7C6 - 7C7 =120