hard Set 81 Form Exercise

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

Show answer

Answer: 12

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

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

Show answer

Answer: 960

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

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

Show answer

Answer: 576

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 22

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