medium Set 25 Form Exercise

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

Show answer

Answer: 97

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 84

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

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

Show answer

Answer: 94

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

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

Show answer

Answer: 234

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 102

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

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

Show answer

Answer: 26

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