hard Set 84 Form Exercise

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

Show answer

Answer: 27

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

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

Show answer

Answer: 80

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

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

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 25

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