hard Set 27 Form Exercise

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

Show answer

Answer: 52

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

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

Show answer

Answer: 46

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 103

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 69

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

Math Maze: Start at 4. Follow the path: ×3 → +9 → -12 → -1 → +1. 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":9,"result":21}
  • {"op":"-","operand":12,"result":9}
  • {"op":"-","operand":1,"result":8}
  • {"op":"+","operand":1,"result":9}
FinalValue
9
PathDescription
Step 1: ×3 = 12; Step 2: +9 = 21; Step 3: -12 = 9; Step 4: -1 = 8; Step 5: +1 = 9

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

Show answer

Answer: 8

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