InterviewSolution
Saved Bookmarks
| 1. |
Select the option in which the numbers are related in the same way as are the numbers of the following set.{8, 17, 15}1. {7, 25, 24}2. {3, 8, 5}3. {6, 10, 9}4. {9, 15, 11} |
|
Answer» Correct Answer - Option 1 : {7, 25, 24} The logic is: {8, 17, 15} → 82 = 172 - 152 ⇒ 64 = 289 - 225 ⇒ 64 = 64 (Pythagorean Triplets) Similarly, {7, 25, 24} → 72 = 252 - 242 ⇒ 49 = 625 - 576 ⇒ 49 = 49 (Pythagorean Triplets) Hence, ‘{7, 25, 24}’ is the correct answer. |
|