medium Set 11 Form Exercise

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

Show answer

Answer: 12

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 66

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 132

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

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

Show answer

Answer: 2

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