imagine a 8 letter word, how many possibilities are there to arrange letters in the alphabet (26) that start with BO(in that order) OR end with BO (in that order), if letters can be repeated?
This is my work:
1 * 1 * 26 * 26 * 26 * 26 * 26 * 26 = 26^6 +
26 * 26 * 26 * 26 * 26 * 26 *...