Asked by Lwint

Find he number of distinct triangles with integer sides and perimeter 10 that can be constructed.

Answers

Answered by Steve
1,1,8
1,2,7
...
1,4,5
all bad, because each side must be less than the sum of the other two sides.

So, list all the other possibilities and check them out.
Answered by Lwint
Then would it be 2 distinct triangles?
Answered by Steve
That's what I get.

2,4,4
3,3,4
Answered by Lwint
Same. Thank you
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions