hard Set 88 Form Exercise

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

Show answer

Answer: 2

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

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

Show answer

Answer: 81

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 126

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 54

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