hard Set 45 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 87

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

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

Show answer

Answer: 480

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 19

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