medium Set 23 Form Exercise

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

Show answer

Answer: 77

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 80

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 8

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