hard Set 62 Form Exercise

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

Show answer

Answer: 72

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 296

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 7

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