hard Set 51 Form Exercise

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

Show answer

Answer: 11

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 183

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 45

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