hard Set 84 Form Exercise

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

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 177

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 13

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