hard Set 77 Form Exercise

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

Show answer

Answer: 9

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 63

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 26

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