171k views
1 vote
A ternary digit is either 0, 1, or 2. How many sequences of 6 ternary digits containing a single 1 and a single 2 are there?

User Igal K
by
5.7k points

1 Answer

4 votes

Answer:

30sequences

Explanation:

Using nx (n-1)

And

n is the number of ternary digits in the number.

So For 6 digits n is 6 so the number of numbers that have exactly one 1 AND exactly one 2 is 30.

That is 6(6-1)= 30

User Drew Nutter
by
6.0k points