hard Set 12 Form Exercise

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

Show answer

Answer: 14

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 55

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

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

Show answer

Answer: 4

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