InterviewSolution
| 1. |
Complete the series: 11-99, 22-1616, 33-2525, 44-3636, |
Answer» Given data :11-99, 22-1616, 33-2525, 44-3636, ? To find :The next pair in the series. Solution :LOGIC : Left hand side values in all the PAIRS are ordered multiples of 11. The right hand side vlues of all pairs are double time printed square values, starting from 3, in order. Application : 11 x 1 = 11 - 3²+ 3² = 9 + 9 = 99, 11 x 2 = 22 - 4²+ 4² = 16 + 16 = 1616, 11 x 3 = 33 - 5²+ 5² = 25 + 25 = 2525, 11 x 4 = 44 - 6²+ 6² = 36 + 36 = 3636, And the next set will be : 11 x 5 = 55 - 7²+ 7² = 49 + 49 = 4949 Therefore, the next set in the series is 55-4949and The series GOES as 11-99, 22-1616, 33-2525, 44-3636, 55-4949Learn more : 1. 'HARD' is coded as '90209150' and 'MORE' is coded as '41619160'. Now, answer the following questions... 2. If 'CHAIR' is coded as '57834' and 'TABLE' is coded as '18269' respectively. How are the following word coded according to the given CODING? CALIBER |
|