hard Set 16 Form Exercise

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

Show answer

Answer: 26

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 20

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