hard Set 41 Form Exercise

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

Show answer

Answer: 24

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 120

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 12

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