hard Set 22 Form Exercise

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

Show answer

Answer: 189

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

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

Show answer

Answer: 55

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

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

Show answer

Answer: 185

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 62

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 40

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