hard Set 13 Form Exercise

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

Show answer

Answer: 960

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 6

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

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

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

Show answer

Answer: 112

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

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

Show answer

Answer: 1

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

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

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