hard Set 11 Form Exercise

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

Show answer

Answer: 40

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 48

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

Math Maze: Start at 5. Follow the path: -2 → -2 → ×4 → -1 → ×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":2,"result":1}
  • {"op":"\u00d7","operand":4,"result":4}
  • {"op":"-","operand":1,"result":3}
  • {"op":"\u00d7","operand":2,"result":6}
FinalValue
6
PathDescription
Step 1: -2 = 3; Step 2: -2 = 1; Step 3: ×4 = 4; Step 4: -1 = 3; Step 5: ×2 = 6