hard Set 77 Form Exercise

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

Show answer

Answer: 2

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 160

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

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

Show answer

Answer: 140

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 59

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