hard Set 60 Form Exercise

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

Show answer

Answer: 66

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

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

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

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

Show answer

Answer: 55

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

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

Show answer

Answer: 453

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 108

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 12

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