hard Set 27 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 32

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