hard Set 45 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 704

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 1

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