hard Set 23 Form Exercise

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

Show answer

Answer: 104

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

Math Maze: Start at 7. Follow the path: +10 → +8 → +1 → +5 → -18. What is the final value?

Show answer

Answer: 13

SubType
math-maze
Difficulty
hard
StartValue
7
Steps
  • {"op":"+","operand":10,"result":17}
  • {"op":"+","operand":8,"result":25}
  • {"op":"+","operand":1,"result":26}
  • {"op":"+","operand":5,"result":31}
  • {"op":"-","operand":18,"result":13}
FinalValue
13
PathDescription
Step 1: +10 = 17; Step 2: +8 = 25; Step 3: +1 = 26; Step 4: +5 = 31; Step 5: -18 = 13

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

Show answer

Answer: 6

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 216

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

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

Show answer

Answer: 24

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