hard Set 56 Form Exercise

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

Show answer

Answer: 6

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 1536

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

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

Show answer

Answer: 33

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"\u00d7","operand":3,"result":30}
  • {"op":"\u00d7","operand":3,"result":90}
  • {"op":"-","operand":26,"result":64}
  • {"op":"-","operand":41,"result":23}
  • {"op":"+","operand":10,"result":33}
FinalValue
33
PathDescription
Step 1: ×3 = 30; Step 2: ×3 = 90; Step 3: -26 = 64; Step 4: -41 = 23; Step 5: +10 = 33

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

Show answer

Answer: 783

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

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

Show answer

Answer: 51

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