hard Set 38 Form Exercise

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

Show answer

Answer: 186

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

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

Show answer

Answer: 504

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 1440

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 85

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