hard Set 63 Form Exercise

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

Show answer

Answer: 32

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 82

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

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

Show answer

Answer: 28

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