hard Set 62 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 97

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

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

Show answer

Answer: 38

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 15

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