hard Set 28 Form Exercise

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

Show answer

Answer: 12

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

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

Show answer

Answer: 496

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 6

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