Math Problem Statement

How many strings are there of four lower-case letters that have the letter x in them? All letters can be reused. Here is an incorrect solution. Can you figure out what is wrong? A four letter string that contains x can be constructed in two steps as follows. In Step 1 we choose one of the four positions for x (4 ways of doing this). In Step 2 we choose three letters for the remaining three places (263 ways of doing this). By the multiplcation rule, there are 4 · 263 = 70304 four letter strings that contain x.

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Combinatorics
Complement Principle
Multiplication Rule

Formulas

Total number of strings: 26^4
Number of strings without 'x': 25^4
Number of strings with at least one 'x': 26^4 - 25^4

Theorems

Complement Principle

Suitable Grade Level

Grades 9-12