To determine how many different triangles Joanna can make using the four straws of lengths 3, 7, 9, and 10 inches, we need to check which combinations of three straws satisfy the triangle inequality conditions.
The triangle inequality states that for any three sides \(a\), \(b\), and \(c\) (where \(a \leq b \leq c\)), it must hold that:
- \(a + b > c\)
- \(a + c > b\)
- \(b + c > a\)
However, if we ensure that \(a\), \(b\), and \(c\) are ordered such that \(a \leq b \leq c\), it is sufficient to check just the first condition:
- \(a + b > c\)
Now, we will examine all combinations of three straws from the four lengths given (3, 7, 9, and 10 inches):
Possible Combinations of Straws
-
Combination: (3, 7, 9)
- Check: \(3 + 7 = 10 > 9\) (satisfied)
- Valid triangle.
-
Combination: (3, 7, 10)
- Check: \(3 + 7 = 10\) (not satisfied, as it must be greater)
- Not a valid triangle.
-
Combination: (3, 9, 10)
- Check: \(3 + 9 = 12 > 10\) (satisfied)
- Valid triangle.
-
Combination: (7, 9, 10)
- Check: \(7 + 9 = 16 > 10\) (satisfied)
- Valid triangle.
Summary of Results
The valid triangles that Joanna can construct from the given straw lengths are:
- Triangle from (3, 7, 9)
- Triangle from (3, 9, 10)
- Triangle from (7, 9, 10)
Therefore, the total number of different triangles Joanna can make is 3, and the combinations of straws used are:
- (3, 7, 9)
- (3, 9, 10)
- (7, 9, 10)