hard Set 73 Form Exercise

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

Show answer

Answer: 28

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 384

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

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

Show answer

Answer: 792

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: -1

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