hard Set 41 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 135

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 130

SubType
math-maze
Difficulty
hard
StartValue
9
Steps
  • {"op":"\u00d7","operand":3,"result":27}
  • {"op":"-","operand":1,"result":26}
  • {"op":"\u00d7","operand":3,"result":78}
  • {"op":"\u00d7","operand":3,"result":234}
  • {"op":"-","operand":104,"result":130}
FinalValue
130
PathDescription
Step 1: ×3 = 27; Step 2: -1 = 26; Step 3: ×3 = 78; Step 4: ×3 = 234; Step 5: -104 = 130

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

Show answer

Answer: 3

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 12

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