hard Set 22 Form Exercise

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

Show answer

Answer: 160

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

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

Show answer

Answer: -2

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

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

Show answer

Answer: 140

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 42

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

Math Maze: Start at 1. Follow the path: -1 → ×4 → ×4 → +4 → -3. 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":4,"result":0}
  • {"op":"\u00d7","operand":4,"result":0}
  • {"op":"+","operand":4,"result":4}
  • {"op":"-","operand":3,"result":1}
FinalValue
1
PathDescription
Step 1: -1 = 0; Step 2: ×4 = 0; Step 3: ×4 = 0; Step 4: +4 = 4; Step 5: -3 = 1

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

Show answer

Answer: 36

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

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

Show answer

Answer: 7

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