medium Set 27 Form Exercise

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

Show answer

Answer: 35

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 24

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