Math, asked by ktjnvkanpur, 1 year ago

FERTILE IS CODED AS FMJUSFG THEN PRINT WOULD BE


abhaygoel71: this was in yesterday's resonance exam
abhaygoel71: Right??

Answers

Answered by Anonymous
42
Answer :

FERTILE IS CODED AS FMJUSFG THEN PRINT WOULD BE UOJSQ.

Step-by-step explanation :

Let us see the trick behind the coding -

⇒ F E R T I L E - F M J U S F G

Here the letter of first word is reversed back and then one letter is moved further.

For example -

⇒ F = G (F + 1 = G)

⇒ E = F (E + 1 = F)

⇒ R = S (R + 1 = S)

⇒ T = U (T + 1 = U)

⇒ I = J (I + 1 = J)

⇒ L = M (L + 1 = M)

⇒ E = F (E + 1 = F)

In the same way, P R I N T would be coded as -

⇒ P = Q (P + 1 = Q)

⇒ R = S (R + 1 = S)

⇒ I = J (I + 1 = J)

⇒ N = O (N + 1 = O)

⇒ T = U (T + 1 = U)

Reversing the order in order to get the final answer -

⇒ U O J S Q
Answered by abhaygoel71
4
Here is your answer

If FERTILE is coded as FMJUSFG
then,
PRINT will be coded as UOJSQ

<u>REASON</u>

In code of FERTILE i.e. FMJUSFG
each letter in code is next of given word
(FERTILE) and written in opposite direction.
As:-
F- G
E- F
R- S
T- U
I- J
L- M
E- F

Same way
P- Q
R- S
I- J
N- O
T- U
written in opposite direction, we get
UOJSQ

HOPE IT IS USEFUL
Similar questions