hard Set 93 Form Exercise

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

Show answer

Answer: 27

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 53

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

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

Show answer

Answer: 288

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 69

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 15

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