hard Set 23 Form Exercise

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

Show answer

Answer: 12

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 168

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 199

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 1

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