

InterviewSolution
1. |
Check whether given sides are the sides of right – angled triangles, using Pythagoras theorem,8, 15, 1712, 13, 1530, 40, 509, 40, 4124, 45, 51 |
Answer» 1. 8, 15, 17 Take a = 8, b = 15 and c = 17 Now a2 + b2 = 82 + 152 = 64 + 225 = 289 172 = 289 = c2 ∴ a2 + b2 = c2 By the converse of Pythagoras theorem, the triangle with given measures is a right angled triangle. Answer: yes. 2. 12, 13, 15 Take a = 12 b = 13 and c = 15 Now a2 + b2 = 122 + 132 = 144 + 169 = 313 152 = 225 ≠ 313 By the converse of Pythagoras theorem, the triangle with given measures is not a right angled triangle. Answer: No. 3. 30, 40, 50 Take a = 30 b = 40 and c = 50 Now a2 + b2 = 302 + 402 = 900 + 1600 = 2500 c2 = 502 = 2500 ∴ a2 + b2 = c2 By the converse of Pythagoras theorem, the triangle with given measures is a right angled triangle. Answer: yes. 4. 9, 40, 41 Take a = 9 b = 40 and c = 41 Now a2 + b2 = 92 + 402 = 81 + 1600= 1681 c2 = 412 = 1681 ∴ a2 + b2 = c2 By the converse of Pythagoras theorem, the triangle with given measures is a right angled triangle. Answer: Yes. 5. 24, 45, 51 Take a = 24 b = 45 and c = 51 Now a2 + b2 = 242 + 452 = 576 + 2025 = 2601 c2 = 512 = 2601 a2 + b2 = c2 By the converse of Pythagoras theorem, the triangle with given measure is a right angled triangle. Answer: Yes. |
|