hard Set 27 Form Exercise

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

Show answer

Answer: 22

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

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

Show answer

Answer: 94

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 144

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 114

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

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

Show answer

Answer: 40

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