hard Set 71 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 260

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