hard Set 76 Form Exercise

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

Show answer

Answer: 12

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 128

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 24

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