If / stands for greater than, * stands for addition, + stands for division, -…

2014

If / stands for greater than, * stands for addition, + stands for division, - stands for equal to, > stands for multiplication, = stands for less than, and < stands for minus, then which of the following is correct?

Answer: B. 3 * 2 < 4 / 6 + 3 < 2ConceptIn coded mathematical-operation questions, every printed symbol must first be replaced by the meaning assigned in the stem. Only after all replacements…

  1. A.

    3 + 2 < 4 / 6 > 3 * 2

  2. B.

    3 * 2 < 4 / 6 + 3 < 2

  3. C.

    3 > 2 < 4 - 6 * 3 * 2

  4. D.

    3 * 2 * 4 = 6 + 3 < 2

Attempted by 110 students.

Show answer & explanation

Correct answer: B

Concept

In coded mathematical-operation questions, every printed symbol must first be replaced by the meaning assigned in the stem. Only after all replacements are complete should ordinary arithmetic precedence and the resulting comparison be evaluated.

Application

  1. Use the mapping / → >, * → +, + → ÷, - → =, > → ×, = → <, and < → -.

  2. For 3 * 2 < 4 / 6 + 3 < 2, replace the symbols to obtain 3 + 2 - 4 > 6 ÷ 3 - 2.

  3. Evaluate the left side: 3 + 2 - 4 = 5 - 4 = 1.

  4. Evaluate the right side: 6 ÷ 3 - 2 = 2 - 2 = 0.

  5. Compare the results: 1 > 0 is true.

Cross-check

  • 3 ÷ 2 - 4 gives -2.5, whereas 6 × 3 + 2 gives 20.

  • 3 × 2 - 4 gives 2, whereas 6 + 3 + 2 gives 11.

  • 3 + 2 + 4 gives 9, whereas 6 ÷ 3 - 2 gives 0.

Therefore, 3 * 2 < 4 / 6 + 3 < 2 is the correct expression.

Explore the full course: Rssb Basic Computer Instructor

Loading lesson…