hard Set 34 Form Exercise

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

Show answer

Answer: 36

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

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

Show answer

Answer: 141

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"+","operand":8,"result":18}
  • {"op":"\u00d7","operand":3,"result":54}
  • {"op":"\u00d7","operand":3,"result":162}
  • {"op":"-","operand":31,"result":131}
  • {"op":"+","operand":10,"result":141}
FinalValue
141
PathDescription
Step 1: +8 = 18; Step 2: ×3 = 54; Step 3: ×3 = 162; Step 4: -31 = 131; Step 5: +10 = 141

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

Show answer

Answer: 24

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 362

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 63

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

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

Show answer

Answer: 16

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