hard Set 31 Form Exercise

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

Show answer

Answer: 32

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 104

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 489

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 1

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