hard Set 34 Form Exercise

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

Show answer

Answer: 5

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 5

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

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

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

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

Show answer

Answer: 212

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 162

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

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

Show answer

Answer: 25

SubType
math-maze
Difficulty
hard
StartValue
6
Steps
  • {"op":"\u00d7","operand":2,"result":12}
  • {"op":"\u00d7","operand":4,"result":48}
  • {"op":"\u00d7","operand":4,"result":192}
  • {"op":"-","operand":113,"result":79}
  • {"op":"-","operand":54,"result":25}
FinalValue
25
PathDescription
Step 1: ×2 = 12; Step 2: ×4 = 48; Step 3: ×4 = 192; Step 4: -113 = 79; Step 5: -54 = 25