hard Set 41 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 65

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

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

Show answer

Answer: 11

SubType
math-maze
Difficulty
hard
StartValue
3
Steps
  • {"op":"+","operand":9,"result":12}
  • {"op":"+","operand":2,"result":14}
  • {"op":"-","operand":7,"result":7}
  • {"op":"-","operand":6,"result":1}
  • {"op":"+","operand":10,"result":11}
FinalValue
11
PathDescription
Step 1: +9 = 12; Step 2: +2 = 14; Step 3: -7 = 7; Step 4: -6 = 1; Step 5: +10 = 11

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

Show answer

Answer: 2

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

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

Show answer

Answer: 87

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 12

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