hard Set 61 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 97

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 35

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 168

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

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

Show answer

Answer: 3

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