hard Set 31 Form Exercise

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

Show answer

Answer: 24

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 203

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 3

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