medium Set 100 Form Exercise

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

Show answer

Answer: 90

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 86

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 8

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