Coding_Decoding_Quiz_35
Coding_Decoding_Quiz_35
A E I O U
@ # $ % &
And the rest of the letters will be coded as the sum of the digits of the numerical position of them in the
alphabetical series.
Condition 1:
If the sum of the numbers in the code is a multiple of 3 then the last two elements of the code are to be
interchanged.
Condition 2:
If the product of the first and last element in the code is a multiple of 5 then the code will be written in the
reversed order.
Condition 3:
If there are more than two symbols in the code then the code will be written in the reversed order except for
first and the last element.
Correct Answers:
1 2 3 4 5
B D E A C
Explanations :
1. With the help of the information given above we can modify the given table as:
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
@ 2 3 4 # 6 7 8 $ 1 2 3 4 5 % 7 8 9 1 2 & 4 5 6 7 8
First of all we will try to write the code of ‘WOMAN’ normally which is ‘5%4@5’.
Now, in the code of ‘WOMAN’ we can see that product of first and last element in the code is a
multiple of 5. Therefore condition 2 can be applied.
2. With the help of the information given above we can modify the given table as:
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
@ 2 3 4 # 6 7 8 $ 1 2 3 4 5 % 7 8 9 1 2 & 4 5 6 7 8
First of all we will try to write the code of ‘JESUS’ normally which is ‘1#1&1’.
Now, in the code of ‘JESUS’ we can see that sum of numbers in the code is a multiple of 3. Therefore
condition 1 can be applied.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
@ 2 3 4 # 6 7 8 $ 1 2 3 4 5 % 7 8 9 1 2 & 4 5 6 7 8
Here we can see that none of the conditions can be applied in this case. So, we can write the code of
‘PARTY’ directly from the modified table.
4. With the help of the information given above we can modify the given table as:
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
@ 2 3 4 # 6 7 8 $ 1 2 3 4 5 % 7 8 9 1 2 & 4 5 6 7 8
First of all we will try to write the code of ‘PEACE’ normally which is ‘7#@3#’.
Now, in the code of ‘PEACE’ we can see that there are more than two symbols in the code. Therefore
condition 3 can be applied.
5. With the help of the information given above we can modify the given table as:
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
@ 2 3 4 # 6 7 8 $ 1 2 3 4 5 % 7 8 9 1 2 & 4 5 6 7 8
First of all we will try to write the code of ‘ADMIN’ normally which is ‘@44$5’.
Now, in the code of ‘ADMIN’ we can see that product of first and last element in the code is a multiple
of 5. Therefore condition 2 can be applied.