hard Set 77 Form Exercise

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

Show answer

Answer: 18

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 132

SubType
math-maze
Difficulty
hard
StartValue
9
Steps
  • {"op":"+","operand":9,"result":18}
  • {"op":"\u00d7","operand":4,"result":72}
  • {"op":"\u00d7","operand":2,"result":144}
  • {"op":"-","operand":100,"result":44}
  • {"op":"\u00d7","operand":3,"result":132}
FinalValue
132
PathDescription
Step 1: +9 = 18; Step 2: ×4 = 72; Step 3: ×2 = 144; Step 4: -100 = 44; Step 5: ×3 = 132

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

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 912

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

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

Show answer

Answer: 33

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