hard Set 20 Form Exercise

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

Show answer

Answer: 13

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 84

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

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

Show answer

Answer: 49

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 20

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