hard Set 94 Form Exercise

Math Maze: Start at 1. Follow the path: +1 → +1 → ×3 → +2 → +5. 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":"\u00d7","operand":3,"result":9}
  • {"op":"+","operand":2,"result":11}
  • {"op":"+","operand":5,"result":16}
FinalValue
16
PathDescription
Step 1: +1 = 2; Step 2: +1 = 3; Step 3: ×3 = 9; Step 4: +2 = 11; Step 5: +5 = 16

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

Show answer

Answer: 7

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

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

Show answer

Answer: 976

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

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

Show answer

Answer: 102

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 864

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 32

SubType
math-maze
Difficulty
hard
StartValue
7
Steps
  • {"op":"+","operand":2,"result":9}
  • {"op":"+","operand":10,"result":19}
  • {"op":"+","operand":7,"result":26}
  • {"op":"+","operand":3,"result":29}
  • {"op":"+","operand":3,"result":32}
FinalValue
32
PathDescription
Step 1: +2 = 9; Step 2: +10 = 19; Step 3: +7 = 26; Step 4: +3 = 29; Step 5: +3 = 32