hard Set 27 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 47

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

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

Show answer

Answer: 21

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

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

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 66

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