hard Set 20 Form Exercise

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

Show answer

Answer: 423

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

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

Show answer

Answer: 46

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: -2

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 25

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

Math Maze: Start at 8. Follow the path: ×3 → -14 → ×3 → ×2 → -37. What is the final value?

Show answer

Answer: 23

SubType
math-maze
Difficulty
hard
StartValue
8
Steps
  • {"op":"\u00d7","operand":3,"result":24}
  • {"op":"-","operand":14,"result":10}
  • {"op":"\u00d7","operand":3,"result":30}
  • {"op":"\u00d7","operand":2,"result":60}
  • {"op":"-","operand":37,"result":23}
FinalValue
23
PathDescription
Step 1: ×3 = 24; Step 2: -14 = 10; Step 3: ×3 = 30; Step 4: ×2 = 60; Step 5: -37 = 23