medium Set 24 Form Exercise

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

Show answer

Answer: 15

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 1

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

Math Maze: Start at 6. Follow the path: ×3 → -14 → ×2 → +4. 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":14,"result":4}
  • {"op":"\u00d7","operand":2,"result":8}
  • {"op":"+","operand":4,"result":12}
FinalValue
12
PathDescription
Step 1: ×3 = 18; Step 2: -14 = 4; Step 3: ×2 = 8; Step 4: +4 = 12

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

Show answer

Answer: 80

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 46

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