medium Set 62 Form Exercise

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

Show answer

Answer: 5

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 87

SubType
math-maze
Difficulty
medium
StartValue
8
Steps
  • {"op":"+","operand":7,"result":15}
  • {"op":"+","operand":4,"result":19}
  • {"op":"+","operand":10,"result":29}
  • {"op":"\u00d7","operand":3,"result":87}
FinalValue
87
PathDescription
Step 1: +7 = 15; Step 2: +4 = 19; Step 3: +10 = 29; Step 4: ×3 = 87

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

Show answer

Answer: 124

SubType
math-maze
Difficulty
medium
StartValue
9
Steps
  • {"op":"\u00d7","operand":3,"result":27}
  • {"op":"+","operand":5,"result":32}
  • {"op":"-","operand":1,"result":31}
  • {"op":"\u00d7","operand":4,"result":124}
FinalValue
124
PathDescription
Step 1: ×3 = 27; Step 2: +5 = 32; Step 3: -1 = 31; Step 4: ×4 = 124

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

Show answer

Answer: 23

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 102

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

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

Show answer

Answer: 69

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