hard Set 75 Form Exercise

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

Show answer

Answer: 2

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 37

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

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

Show answer

Answer: 113

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 540

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