hard Set 70 Form Exercise

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

Show answer

Answer: 12

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 9

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

Math Maze: Start at 4. Follow the path: ×3 → +1 → ×3 → -31 → +4. 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":1,"result":13}
  • {"op":"\u00d7","operand":3,"result":39}
  • {"op":"-","operand":31,"result":8}
  • {"op":"+","operand":4,"result":12}
FinalValue
12
PathDescription
Step 1: ×3 = 12; Step 2: +1 = 13; Step 3: ×3 = 39; Step 4: -31 = 8; Step 5: +4 = 12

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

Show answer

Answer: 5

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 1

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