hard Set 83 Form Exercise

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

Show answer

Answer: 31

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 66

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 66

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

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

Show answer

Answer: 36

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