hard Set 30 Form Exercise

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

Show answer

Answer: 159

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 59

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 224

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 14

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