hard Set 16 Form Exercise

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

Show answer

Answer: 13

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

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

Show answer

Answer: 14

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

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

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 624

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

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

Show answer

Answer: 48

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