hard Set 28 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 82

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 208

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