Question
Four number-pairs are given, out of which three are
alike in a certain manner and one is different. Choose the different number-pair.Solution
The square of each digit of the first number is added together and then, the resultant is multiplied by 2 to obtain the second number. 468: 232 → [2 × {(4)² + (6)² + (8)² }] = [2 × {16 + 36 + 64}]= [2 × 116] = 232. 552: 108 → [2 × {(5)² + (5)² + (2)² }] = [2 × {25 + 25 + 4}]= [2 × 54] = 108 635: 140 → [2 × {(6)² + (3)² + (5)² }] = [2 × {36 + 9 + 25}] = [2 × 70] = 140 387: 242 → [2 × {(3)² + (8)² + (7)² }] = [2 × {9 + 64 + 49}] = [2 × 122] = 244
KMP pattern matching avoids:
Which type of database join returns only the matching rows from two tables based on a condition?
Which of the following is a core characteristic of Big Data?
Which I/O scheduling algorithm is most suitable for minimizing seek time in hard drives?
Union-Find with Path Compression achieves nearly:
Which heap property is correct?
Which protocol provides secure authentication by encrypting credentials before transmission and uses a challenge-response mechanism?
Which of the following statements accurately describes the function of a Gantt Chart in project management?
In the context of asymmetric encryption, which of the following is a key feature of public-private key pairs?
Which sorting algorithm is the most efficient for large datasets and uses a divide-and-conquer approach?