hard Set 23 Form Exercise

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

Show answer

Answer: 214

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 10

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

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

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 21

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