hard Set 54 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 17

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