hard Set 34 Form Exercise

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

Show answer

Answer: 58

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: -6

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

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

Show answer

Answer: 102

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

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

Show answer

Answer: 3

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