hard Set 96 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 65

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 61

SubType
math-maze
Difficulty
hard
StartValue
6
Steps
  • {"op":"\u00d7","operand":4,"result":24}
  • {"op":"\u00d7","operand":3,"result":72}
  • {"op":"\u00d7","operand":2,"result":144}
  • {"op":"-","operand":86,"result":58}
  • {"op":"+","operand":3,"result":61}
FinalValue
61
PathDescription
Step 1: ×4 = 24; Step 2: ×3 = 72; Step 3: ×2 = 144; Step 4: -86 = 58; Step 5: +3 = 61

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

Show answer

Answer: 576

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 12

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