hard Set 77 Form Exercise

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

Show answer

Answer: 14

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 9

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