hard Set 45 Form Exercise

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

Show answer

Answer: -3

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

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

Show answer

Answer: 18

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

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

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

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

Show answer

Answer: 14

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

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

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

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

Show answer

Answer: 69

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 23

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