Let be a rectangle with and . Point and lie on and respectively so that all sides of and have integer lengths. What is the perimeter of ?
- A)
- B)
- C)
- D)
- E)
Answer
A
Key insight
Leg 30 with the other leg at most 28 forces the 16-30-34 triple; then leg 12 offers 5, 9, 16, and only 9 leaves 21-28-35 integer.
Solution
Triangle is right-angled at with legs and . Integer right triangles with a leg of are --, --, --, and -- (from with both factors even). Only fits, so and .
Triangle is right-angled at with legs and . Triples with leg : --, --, -- (also --, too long). So , giving .
Triangle is right-angled at with legs and . Check: (not a square), , (not a square). So , , , .
The perimeter of is .
The answer is .
Why this works
Three integer right triangles chained around a rectangle share their legs through the fixed side lengths, so the search is sequential: each triangle's leg options are a short list that the next triangle prunes. Knowing the common triples (--, --, --, --) and their multiples makes each step a lookup instead of a computation.
The trap
Stopping at the first Pythagorean triple for leg 12 (5-12-13) without checking that the third triangle is also integer-sided.
Common mistakes
- Stopping at the first Pythagorean triple for leg 12 (5-12-13) without checking that the third triangle is also integer-sided.
- Confusing which side is and which is , or forgetting that and .
Techniques
Organized listing / direct enumeration · Split into exhaustive cases and handle each