hard Set 41 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 63

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