hard Set 82 Form Exercise

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

Show answer

Answer: 13

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 43

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

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

Show answer

Answer: 27

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