medium Set 23 Form Exercise

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

Show answer

Answer: 48

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

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

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: 93

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

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

Show answer

Answer: 9

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