hard Set 85 Form Exercise

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

Show answer

Answer: 198

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: -12

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 192

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

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

Show answer

Answer: 9

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