InterviewSolution
Saved Bookmarks
| 1. |
O=1,E=17,OPEN=46, painter=? |
|
Answer» Answer: PAINTER = 89 Explanation: O = 1 and E = 17 is given. If we start counting in the alphabetical order starting from O as the first letter then we can say O = 1 P = 2 Q = 3 R = 4 S = 5 T = 6 U = 7 V = 8 W = 9 X = 10 Y = 11 Z = 12 A = 13 B = 14 C = 15 D = 16 E = 17 F = 18 G = 19 H = 20 I = 21 J = 22 K = 23 L = 24 M = 25 N = 26 Also OPEN = 46 If we add the place value of the letter then 1 + 2 + 17 + 26 = 46 Thus, PAINTER will be 2 + 13 + 21 + 26 + 6 + 17 + 4 = 89 Hope this helps. |
|