To determine if three lengths can form a triangle, we can use the triangle inequality theorem. This theorem states that for any three sides \( a \), \( b \), and \( c \) of a triangle, the following conditions must be true:
- \( a + b > c \)
- \( a + c > b \)
- \( b + c > a \)
In this case, the lengths of the boards are:
- Board A: 11 inches (let's denote it as \( a \))
- Board B: 4 inches (let's denote it as \( b \))
- Board C: 6 inches (let's denote it as \( c \))
Now we will check the three inequalities:
-
\( a + b > c \): \( 11 + 4 > 6 \) \( 15 > 6 \) (True)
-
\( a + c > b \): \( 11 + 6 > 4 \) \( 17 > 4 \) (True)
-
\( b + c > a \): \( 4 + 6 > 11 \) \( 10 > 11 \) (False)
Since the third condition \( b + c > a \) is false (10 is not greater than 11), the three pieces of wood cannot be arranged to form a triangle.
Thus, the correct answer is:
C. no, 4 + 6 < 11