hard Set 32 Form Exercise

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

Show answer

Answer: 6

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 42

SubType
math-maze
Difficulty
hard
StartValue
3
Steps
  • {"op":"+","operand":6,"result":9}
  • {"op":"+","operand":8,"result":17}
  • {"op":"+","operand":9,"result":26}
  • {"op":"+","operand":7,"result":33}
  • {"op":"+","operand":9,"result":42}
FinalValue
42
PathDescription
Step 1: +6 = 9; Step 2: +8 = 17; Step 3: +9 = 26; Step 4: +7 = 33; Step 5: +9 = 42

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

Show answer

Answer: 32

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