Joanna makes as many triangles as she can using combinations of three of these straws. Determine how many different triangles she can make. What combinations of straws does she use? Show your work.

1 answer

To determine the number of different triangles Joanna can make, we need to consider the number of unique combinations of three straws. Let's assume that Joanna has n straws.

The number of combinations of three straws out of n is denoted by nC3 and can be calculated using the formula:

nC3 = n! / (3! * (n-3)!)

where n! represents the factorial of n.

Now let's consider different scenarios to determine how many triangles Joanna can make:

1) If Joanna has less than three straws, she cannot make any triangles since a triangle requires at least three sides.

2) If Joanna has exactly three straws, then she can make only one triangle since all three straws will form a closed shape without intersecting each other.

3) If Joanna has more than three straws, we can use the formula mentioned earlier to calculate the number of combinations.

For example, if Joanna has five straws (n = 5):

nC3 = 5! / (3! * (5-3)!)
= 5! / (3! * 2!)
= (5 * 4 * 3 * 2 * 1) / ((3 * 2 * 1) * (2 * 1))
= (120) / (6 * 2)
= 10

So, Joanna can make 10 different triangles using five straws, and the combinations of straws she can use are:

- (1, 2, 3)
- (1, 2, 4)
- (1, 2, 5)
- (1, 3, 4)
- (1, 3, 5)
- (1, 4, 5)
- (2, 3, 4)
- (2, 3, 5)
- (2, 4, 5)
- (3, 4, 5)

By applying the same method to other numbers of straws, you can determine the number of different triangles she can make for each scenario.