hard Set 91 Form Exercise

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

Show answer

Answer: 168

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

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

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

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

Show answer

Answer: 105

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 208

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 2

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

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

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