hard Set 70 Form Exercise

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

Show answer

Answer: 2

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 14

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":"+","operand":4,"result":12}
  • {"op":"+","operand":2,"result":14}
FinalValue
14
PathDescription
Step 1: ×2 = 2; Step 2: ×2 = 4; Step 3: ×2 = 8; Step 4: +4 = 12; Step 5: +2 = 14