hard Set 53 Form Exercise

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

Show answer

Answer: 23

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 324

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

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

Show answer

Answer: 216

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

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

Show answer

Answer: 99

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 20

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