hard Set 15 Form Exercise

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

Show answer

Answer: -5

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 62

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

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

Show answer

Answer: 196

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 3

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