Question

    In a certain coding language, the directions are coded as per the below conditions. A@Z means – A is North of Z A%Z means – A is South of Z A#Z means – A is East of Z A $ Z means – A is West of Z A@#Z means – A is North East Z The distance between two points is either 8 m or 11 m. @ means the distance between the two points is 8 m % means the distance between the two points is either 11 m. YZ > AB Means the distance between points Y and Z is greater than points A and B. Example:  A @ Z means A is north of Z and the distance between A and Z is 8m. C # D, E % D, F @ G, H # G, F $ E, H @ I, J # I DE = IJ, GH > HI, FE < CD = IJ

    Which of following statement is

    true?
    A F @ E Correct Answer Incorrect Answer
    B C % $ I Correct Answer Incorrect Answer
    C E @ $ I Correct Answer Incorrect Answer
    D J $ E Correct Answer Incorrect Answer
    E None of these Correct Answer Incorrect Answer

    Solution

    Practice Next