medium Set 100 Form Exercise

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

Show answer

Answer: 116

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 91

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 14

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