hard Set 19 Form Exercise

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

Show answer

Answer: 1010

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

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

Show answer

Answer: 35

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 2880

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 224

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 2

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