hard Set 18 Form Exercise

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

Show answer

Answer: 6

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

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

Show answer

Answer: 116

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

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

Show answer

Answer: -8

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

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

Show answer

Answer: 175

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

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

Show answer

Answer: 47

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

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

Show answer

Answer: 35

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

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

Show answer

Answer: -2

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

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

Show answer

Answer: 54

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