hard Set 56 Form Exercise

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

Show answer

Answer: 288

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 216

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 58

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

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

Show answer

Answer: 32

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