medium Set 36 Form Exercise

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

Show answer

Answer: 18

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 90

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

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

Show answer

Answer: 18

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