hard Set 39 Form Exercise

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

Show answer

Answer: 26

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 12

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