hard Set 57 Form Exercise

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

Show answer

Answer: 216

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

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

Show answer

Answer: -3

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

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

Show answer

Answer: 162

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 68

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

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

Show answer

Answer: 74

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

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

Show answer

Answer: 42

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