medium Set 80 Form Exercise

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

Show answer

Answer: 21

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 49

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 4

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