hard Set 71 Form Exercise

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

Show answer

Answer: 12

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

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

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

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

Show answer

Answer: 100

SubType
math-maze
Difficulty
hard
StartValue
7
Steps
  • {"op":"\u00d7","operand":4,"result":28}
  • {"op":"\u00d7","operand":2,"result":56}
  • {"op":"-","operand":31,"result":25}
  • {"op":"\u00d7","operand":2,"result":50}
  • {"op":"\u00d7","operand":2,"result":100}
FinalValue
100
PathDescription
Step 1: ×4 = 28; Step 2: ×2 = 56; Step 3: -31 = 25; Step 4: ×2 = 50; Step 5: ×2 = 100

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

Show answer

Answer: 96

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 28

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