hard Set 41 Form Exercise

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

Show answer

Answer: 52

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 132

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

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

Show answer

Answer: 261

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