hard Set 73 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 36

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

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

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

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

Show answer

Answer: 176

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 25

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