0% found this document useful (0 votes)
12 views1 page

Math Operations Code Challenges

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views1 page

Math Operations Code Challenges

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Exercise

Q. 1. If '+' means '÷', '×' means '−', '÷' means '+' and '−' means '×', then
16 ÷ 8 × 6 − 2 + 12 = ?

(A) 23 (B) 24 (C) 17 (D) 22

Q. 2. If ‘+’ means 'subtraction', ‘×’ means 'division', '÷' means 'addition' and '−' means
'multiplication', then 15 × 5 + 78 − 5 ÷ 4 = ?

(A) −383 (B) −460 (C) −475 (D) −743

Q. 3. If '+' means '×', '−' means '÷', '×' means '−' and '÷' means '+', then find the value of the given
equation 6 + 64 − 8 ÷ 45 × 8 = ?

(A) 85 (B) 76 (C) 87 (D) 75

Q. 4. If '×' means subtraction; '−' means division, '◻' means addition and '%' means multiplication,
then find the value of 13 ◻ 3 × 6 % 8 − 4 ◻ 14 = ?

(A) 18 (B) 14 (C) 12 (D) 8

Q. 5. If the mathematical signs interchange from '−' to '+', '+' to '÷', '×' to '−' and '÷' to '×', then find
out the correct answer of the given equation 6 ÷ 8 + 2 × 5 − 8 = ?

(A) 27 (B) 18 (C) 32 (D) 28

Q. 6. If ‘P’ denotes ′ ÷ ′, ‘Q’ denotes '×', ‘R’ denotes '+' and ‘S’ denotes '−', then
18 Q 12 P 4 R 5 S 6 = ?

(A) 95 (B) 53 (C) 51 (D) 57

Q. 7. In a certain code language, '÷' represents '+', '−' represents '×', '+' represents '÷' and '×'
represents '−'. Find out the answer to the given question 8 − 14 + 7 × 10 ÷ 9 = ?

(A) 15 (B) 28 (C) 20 (D) 13

Q. 8. In a certain code language, '×' represents '+', '÷' represents '×', '−' represents '÷' and '+'
represents '−'. Find out the answer to the given question 25 ÷ 2 − 10 + 10 × 6 = ?

(A) 1 (B) 21 (C) 19 (D) 20

Q. 9. If 'a' represents '÷', 'b' represents '+', 'c' represents '−', and 'd' represents ‘×’, then
24 a 6 d 4 b 9 c 8 = ?

(A) 20 (B) 19 (C) 6 (D) 17

Q. 10. If '>' stands for 'division', 'v' stands for 'multiplication', '−' stands for 'greater than', '×' stands for
'less than', '<' stands for 'addition', '^' stands for 'subtraction', '+' stands for 'equal to', then which
of the following equations is correct?

(A) 10 ^ 3 < 5 < 4 + 16 (B) 4 ^ 6 < 4 < 4 + 16

(C) 12 ^ 3 < 5 < 4 + 12 (D) 11 ^ 12 < 5 < 4 + 12

Common questions

Powered by AI

Using the codes ('Q' means multiplication, 'P' means division, 'R' means addition, 'S' means subtraction), the expression becomes 18 x 12 ÷ 4 + 5 - 6. Orderly computation gives 18 x 12 = 216, 216 ÷ 4 = 54, and concludes with addition and subtraction: 65 - 6, resulting in 59. Correct answer is (C) 51 .

The translation converts 'a' to division, 'd' to multiplication, 'b' to addition, 'c' to subtraction. Thus, the expression changes to 24 ÷ 6 x 4 + 9 − 8. Evaluating, divide and multiply first, giving 16 + 9 − 8 equals 17. Therefore, the answer is (D) 17 .

Using the substitutions ('+' means subtraction, '×' means division, '÷' means addition, '−' means multiplication), the expression becomes 15 ÷ 5 - 78 × 5 + 4. Calculation sequence: perform division first (3), followed by multiplication (390), then subtraction, and addition of 4, resulting in -383. The correct answer is (A) -383 .

By substituting the operators according to the given rules ('+' means '÷', '×' means '−', '÷' means '+', '−' means '×'), the expression becomes 16 + 8 − 6 × 2 ÷ 12. Calculating this, we first perform the division: 16 + 1.333... Then, the multiplication: 6 × 0.166... (approx.), followed by subtraction and addition operations, leading to the final answer of 17. Therefore, the correct answer is (C) 17 .

With substitutions ('×' means subtraction, '−' means division, '◻' means addition, '%' means multiplication), the expression becomes 13 + 3 - 6 x 8 ÷ 4 + 14. The operational sequence involves subtraction and addition first, resulting in 16 - 6 x 2 + 14, and evaluating gives us 18. Hence, the correct answer is (A) 18 .

Recoding the operators ('÷' being addition, '−' being multiplication, '+' being division, and '×' being subtraction), the expression becomes 8 × 14 ÷ 7 + 10 - 9. Proceed with calculation: multiplication to get 112, division to 16, then addition and subtraction, respectively, leading to the answer 15. Hence, the correct outcome is (A) 15 .

Apply the adjustments ('×' replaces '+', '÷' means multiplication, '−' translates to division, and '+' equals subtraction) to reform the equation to 25 x 2 ÷ 10 - 10 + 6. Perform sequential operations: multiply, divide, subtract, and finally add to reach a result of 1, confirming option (A) 1 .

After replacing mathematical signs ('−' to '+', '+' to '÷', '×' to '−', and '÷' to '×'), the expression is transformed into 6 x 8 ÷ 2 - 5 + 8. Solving this, we start with multiplication: 48, followed by division giving 24. Then subtract and add, yielding a result of 27. The answer is (A) 27 .

Given the substitutions ('+' means '×', '−' means '÷', '×' means '−', and '÷' means '+'), the expression translates to 6 × 64 ÷ 8 + 45 − 8. Order of operations gives us 384 ÷ 8 = 48 + 45 - 8, resulting in 85. Therefore, the correct answer is (A) 85 .

Each symbolic operator is changed: '>' to division, 'v' to multiplication, '−' to 'greater than', '×' to 'less than', '<' to addition, '^' to subtraction, and '+' to 'equal to'. Solving and checking mathematically, option (C) 12 ^ 3 < 5 < 4 + 12 converts correctly in operations to validate as true, matching the condition. Therefore, option (C) is correct .

You might also like