hard Set 36 Form Exercise

Math Maze: Start at 3. Follow the path: +2 → -1 → +2 → -2 → ×4. What is the final value?

Show answer

Answer: 16

SubType
math-maze
Difficulty
hard
StartValue
3
Steps
  • {"op":"+","operand":2,"result":5}
  • {"op":"-","operand":1,"result":4}
  • {"op":"+","operand":2,"result":6}
  • {"op":"-","operand":2,"result":4}
  • {"op":"\u00d7","operand":4,"result":16}
FinalValue
16
PathDescription
Step 1: +2 = 5; Step 2: -1 = 4; Step 3: +2 = 6; Step 4: -2 = 4; Step 5: ×4 = 16

Math Maze: Start at 7. Follow the path: +9 → ×4 → -47 → +2 → ×3. What is the final value?

Show answer

Answer: 57

SubType
math-maze
Difficulty
hard
StartValue
7
Steps
  • {"op":"+","operand":9,"result":16}
  • {"op":"\u00d7","operand":4,"result":64}
  • {"op":"-","operand":47,"result":17}
  • {"op":"+","operand":2,"result":19}
  • {"op":"\u00d7","operand":3,"result":57}
FinalValue
57
PathDescription
Step 1: +9 = 16; Step 2: ×4 = 64; Step 3: -47 = 17; Step 4: +2 = 19; Step 5: ×3 = 57

Math Maze: Start at 1. Follow the path: ×2 → -1 → -1 → +6 → -4. What is the final value?

Show answer

Answer: 2

SubType
math-maze
Difficulty
hard
StartValue
1
Steps
  • {"op":"\u00d7","operand":2,"result":2}
  • {"op":"-","operand":1,"result":1}
  • {"op":"-","operand":1,"result":0}
  • {"op":"+","operand":6,"result":6}
  • {"op":"-","operand":4,"result":2}
FinalValue
2
PathDescription
Step 1: ×2 = 2; Step 2: -1 = 1; Step 3: -1 = 0; Step 4: +6 = 6; Step 5: -4 = 2

Math Maze: Start at 2. Follow the path: ×2 → +1 → -1 → ×2 → -7. What is the final value?

Show answer

Answer: 1

SubType
math-maze
Difficulty
hard
StartValue
2
Steps
  • {"op":"\u00d7","operand":2,"result":4}
  • {"op":"+","operand":1,"result":5}
  • {"op":"-","operand":1,"result":4}
  • {"op":"\u00d7","operand":2,"result":8}
  • {"op":"-","operand":7,"result":1}
FinalValue
1
PathDescription
Step 1: ×2 = 4; Step 2: +1 = 5; Step 3: -1 = 4; Step 4: ×2 = 8; Step 5: -7 = 1

Math Maze: Start at 2. Follow the path: -1 → +1 → -1 → -1 → -1. What is the final value?

Show answer

Answer: -1

SubType
math-maze
Difficulty
hard
StartValue
2
Steps
  • {"op":"-","operand":1,"result":1}
  • {"op":"+","operand":1,"result":2}
  • {"op":"-","operand":1,"result":1}
  • {"op":"-","operand":1,"result":0}
  • {"op":"-","operand":1,"result":-1}
FinalValue
-1
PathDescription
Step 1: -1 = 1; Step 2: +1 = 2; Step 3: -1 = 1; Step 4: -1 = 0; Step 5: -1 = -1

Math Maze: Start at 8. Follow the path: ×2 → +2 → -7 → ×4 → -23. What is the final value?

Show answer

Answer: 21

SubType
math-maze
Difficulty
hard
StartValue
8
Steps
  • {"op":"\u00d7","operand":2,"result":16}
  • {"op":"+","operand":2,"result":18}
  • {"op":"-","operand":7,"result":11}
  • {"op":"\u00d7","operand":4,"result":44}
  • {"op":"-","operand":23,"result":21}
FinalValue
21
PathDescription
Step 1: ×2 = 16; Step 2: +2 = 18; Step 3: -7 = 11; Step 4: ×4 = 44; Step 5: -23 = 21

Math Maze: Start at 2. Follow the path: -1 → -1 → +7 → ×4 → -3. What is the final value?

Show answer

Answer: 25

SubType
math-maze
Difficulty
hard
StartValue
2
Steps
  • {"op":"-","operand":1,"result":1}
  • {"op":"-","operand":1,"result":0}
  • {"op":"+","operand":7,"result":7}
  • {"op":"\u00d7","operand":4,"result":28}
  • {"op":"-","operand":3,"result":25}
FinalValue
25
PathDescription
Step 1: -1 = 1; Step 2: -1 = 0; Step 3: +7 = 7; Step 4: ×4 = 28; Step 5: -3 = 25

Math Maze: Start at 5. Follow the path: -3 → -1 → +2 → -2 → ×3. What is the final value?

Show answer

Answer: 3

SubType
math-maze
Difficulty
hard
StartValue
5
Steps
  • {"op":"-","operand":3,"result":2}
  • {"op":"-","operand":1,"result":1}
  • {"op":"+","operand":2,"result":3}
  • {"op":"-","operand":2,"result":1}
  • {"op":"\u00d7","operand":3,"result":3}
FinalValue
3
PathDescription
Step 1: -3 = 2; Step 2: -1 = 1; Step 3: +2 = 3; Step 4: -2 = 1; Step 5: ×3 = 3