Correct Answer: MOEP : 5972
Explanation:
Here simple coding language has been used. Each letter has been assigned a numeric code and the respective code of letters are in the same order as the letters.
Letter B E L M O P R
Code 8 7 3 5 4 2 9
BORE -> 8497 -- correct
MOEP -> 5472 But given 5972 --- Incorrect
LBOR -> 3849 -- correct
OMEP -> 4572 -- correct
Discussion & Comments