hard Set 92 Form Exercise

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

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 1248

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

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

Show answer

Answer: 46

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 19

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