To determine how many different triangles Joanna can make using the straws of lengths 7, 9, 3, and 10 inches, we need to evaluate whether the combinations of three straws satisfy the triangle inequality theorem. This theorem states that for three sides to form a triangle, the sum of the lengths of any two sides must be greater than the length of the third side.
The lengths of the straws are:
- A = 7 inches
- B = 9 inches
- C = 3 inches
- D = 10 inches
Now, we will evaluate all the combinations of three straws that can be made from these straws.
The combinations of three straws from A, B, C, and D are:
- A, B, C (7, 9, 3)
- A, B, D (7, 9, 10)
- A, C, D (7, 3, 10)
- B, C, D (9, 3, 10)
Now let's check each combination against the triangle inequality:
-
Combination A, B, C (7, 9, 3):
- 7 + 3 > 9 → 10 > 9 (True)
- 7 + 9 > 3 → 16 > 3 (True)
- 9 + 3 > 7 → 12 > 7 (True)
- This combination can form a triangle.
-
Combination A, B, D (7, 9, 10):
- 7 + 9 > 10 → 16 > 10 (True)
- 7 + 10 > 9 → 17 > 9 (True)
- 9 + 10 > 7 → 19 > 7 (True)
- This combination can form a triangle.
-
Combination A, C, D (7, 3, 10):
- 7 + 3 > 10 → 10 > 10 (False)
- Since one condition fails, this combination cannot form a triangle.
-
Combination B, C, D (9, 3, 10):
- 9 + 3 > 10 → 12 > 10 (True)
- 9 + 10 > 3 → 19 > 3 (True)
- 3 + 10 > 9 → 13 > 9 (True)
- This combination can form a triangle.
In summary, the combinations that can form triangles are:
- A (7), B (9), C (3)
- A (7), B (9), D (10)
- B (9), C (3), D (10)
Therefore, Joanna can make three different triangles using the straws with the following combinations:
- 7, 9, 3
- 7, 9, 10
- 9, 3, 10