medium Set 22 Form Exercise

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

Show answer

Answer: 17

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

Math Maze: Start at 1. Follow the path: -1 → ×2 → ×3 → ×4. 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":3,"result":0}
  • {"op":"\u00d7","operand":4,"result":0}
FinalValue
0
PathDescription
Step 1: -1 = 0; Step 2: ×2 = 0; Step 3: ×3 = 0; Step 4: ×4 = 0

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

Show answer

Answer: 1

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 25

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