hard Set 43 Form Exercise

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

Show answer

Answer: 4

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

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

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 97

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

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

Show answer

Answer: 1152

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

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

Show answer

Answer: 11

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

Math Maze: Start at 5. Follow the path: +8 → +9 → +7 → +5 → +10. What is the final value?

Show answer

Answer: 44

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

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

Show answer

Answer: 168

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