hard Set 52 Form Exercise

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

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

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

Show answer

Answer: 90

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 66

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

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

Show answer

Answer: -5

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 44

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