hard Set 16 Form Exercise

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

Show answer

Answer: 36

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 65

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

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

Show answer

Answer: 7

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