Question :
Directions : In a certain code language, some statements are coded as:
"wild forest rain plant" is coded as "&& @@ ** ##"
"plant tree bird wild" is coded as "@@ && !! >>"
"wild tree bird forest" is coded as "!! @@ >> ##"
"bird plant tree rain" is coded as "** >> && !!"
On the basis of the above codes, answer the following questions:
What is the code for "rain forest"?
Solution :
"wild forest rain plant" is coded as "&& @@ ** ##"...(i)
"plant tree bird wild" is coded as "@@ && !! >>"..(ii)
"wild tree bird forest" is coded as "!! @@ >> ##"...(iii)
"bird plant tree rain" is coded as "** >> && !!"..(iv)
from i,ii,iv, we get:
plant= &&
from i and iv, we get:
rain = **
from ii and iii
forest = ##
from i and iii
wild = @@
tree/bird = !! / >> in any order.
the code for "rain forest" is "** ##".