hard Set 48 Form Exercise

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

Show answer

Answer: 12

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

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

Show answer

Answer: -6

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 504

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 4

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