hard Set 36 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 396

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 38

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

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

Show answer

Answer: 3

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