medium Set 100 Form Exercise

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

Show answer

Answer: 13

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 201

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