hard Set 19 Form Exercise

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

Show answer

Answer: 96

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"\u00d7","operand":3,"result":30}
  • {"op":"-","operand":13,"result":17}
  • {"op":"\u00d7","operand":3,"result":51}
  • {"op":"-","operand":27,"result":24}
  • {"op":"\u00d7","operand":4,"result":96}
FinalValue
96
PathDescription
Step 1: ×3 = 30; Step 2: -13 = 17; Step 3: ×3 = 51; Step 4: -27 = 24; Step 5: ×4 = 96

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

Show answer

Answer: 7

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

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

Show answer

Answer: 45

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

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

Show answer

Answer: 152

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

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

Show answer

Answer: 88

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 1

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