hard Set 82 Form Exercise

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

Show answer

Answer: 55

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

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

Show answer

Answer: 37

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 78

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

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

Show answer

Answer: 136

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

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

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 20

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