hard Set 17 Form Exercise

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

Show answer

Answer: 38

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 360

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 99

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 24

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