hard Set 20 Form Exercise

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

Show answer

Answer: 280

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 64

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