hard Set 50 Form Exercise

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

Show answer

Answer: 35

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

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

Show answer

Answer: 36

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

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

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

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

Show answer

Answer: 208

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

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

Show answer

Answer: 58

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

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

Show answer

Answer: 50

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 8

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