hard Set 60 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 384

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