hard Set 91 Form Exercise

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

Show answer

Answer: 9

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 90

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