hard Set 35 Form Exercise

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

Show answer

Answer: 40

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 42

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

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

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

Show answer

Answer: 144

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

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

Show answer

Answer: 13

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