146k views
0 votes
principle is used to find the number of strings of eight uppercase English letters that start or end with the letters BO (in that order), if letters can be repeated.

1 Answer

3 votes
There are 6 other positions in the string, each with 26 choices. So if you fix BO as the first two letters, there are
26^6 possible strings that you can make.

If BO is at the end of the string, you still have
26^6 possible strings.

Together, then, you have
2*26^6 possible strings.
User Anand Nagaraj
by
7.9k points