hard Set 48 Form Exercise

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

Show answer

Answer: 6

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 114

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

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

Show answer

Answer: 117

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

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

Show answer

Answer: 2304

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 32

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