hard Set 37 Form Exercise

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

Show answer

Answer: 48

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

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

Show answer

Answer: 222

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 12

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