hard Set 50 Form Exercise

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

Show answer

Answer: 234

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

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

Show answer

Answer: 132

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 66

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 90

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