achloes
A rectangle has sides x and y and diagonal z. What is the perimeter of the rectangle?
(1) x - y = 7.
(2) z = 13.
Bunuel KarishmaB In a right angled triangle with a hypotenuse that fits one of the the Pythagorean triples, can we not presume that the legs will also fit the triple?
Because x and y form 90 degrees and the hypotenuse z = 13, I inferred that the legs were 5 and 12. Is this incorrect?
No, we cannot conclude that x = 5 and y = 12, or vice versa, unless we are given that the legs have integer lengths. In other words, the equation x^2 + y^2 = 13^2 does not necessarily imply that x = 5 and y = 12. If it were specified that x and y are integers, then indeed, the only solution would be either x = 5 and y = 12, or vice versa. However, without this constraint, the equation x^2 + y^2 = 13^2 would have infinitely many solutions for x and y. For example, if x = 1, then y = √168; if x = 3.2, then y = √(13^2 - 3.2^2); ...
Hope it helps.