medium Set 100 Form Exercise

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

Show answer

Answer: -4

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 6

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

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

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

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

Show answer

Answer: 88

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

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

Show answer

Answer: 162

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 22

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