medium Set 57 Form Exercise

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

Show answer

Answer: 64

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

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

Show answer

Answer: 26

SubType
math-maze
Difficulty
medium
StartValue
7
Steps
  • {"op":"-","operand":1,"result":6}
  • {"op":"+","operand":10,"result":16}
  • {"op":"+","operand":3,"result":19}
  • {"op":"+","operand":7,"result":26}
FinalValue
26
PathDescription
Step 1: -1 = 6; Step 2: +10 = 16; Step 3: +3 = 19; Step 4: +7 = 26

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

Show answer

Answer: 46

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 25

SubType
math-maze
Difficulty
medium
StartValue
4
Steps
  • {"op":"\u00d7","operand":4,"result":16}
  • {"op":"+","operand":3,"result":19}
  • {"op":"+","operand":2,"result":21}
  • {"op":"+","operand":4,"result":25}
FinalValue
25
PathDescription
Step 1: ×4 = 16; Step 2: +3 = 19; Step 3: +2 = 21; Step 4: +4 = 25

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

Show answer

Answer: 19

SubType
math-maze
Difficulty
medium
StartValue
10
Steps
  • {"op":"+","operand":6,"result":16}
  • {"op":"\u00d7","operand":3,"result":48}
  • {"op":"-","operand":7,"result":41}
  • {"op":"-","operand":22,"result":19}
FinalValue
19
PathDescription
Step 1: +6 = 16; Step 2: ×3 = 48; Step 3: -7 = 41; Step 4: -22 = 19

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

Show answer

Answer: 43

SubType
math-maze
Difficulty
medium
StartValue
4
Steps
  • {"op":"-","operand":1,"result":3}
  • {"op":"\u00d7","operand":4,"result":12}
  • {"op":"\u00d7","operand":3,"result":36}
  • {"op":"+","operand":7,"result":43}
FinalValue
43
PathDescription
Step 1: -1 = 3; Step 2: ×4 = 12; Step 3: ×3 = 36; Step 4: +7 = 43

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

Show answer

Answer: 56

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