hard Set 50 Form Exercise

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

Show answer

Answer: 5

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

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

Show answer

Answer: 35

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":1,"result":35}
FinalValue
35
PathDescription
Step 1: -1 = 3; Step 2: ×3 = 9; Step 3: ×3 = 27; Step 4: +9 = 36; Step 5: -1 = 35

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

Show answer

Answer: 64

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 260

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

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

Show answer

Answer: 73

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

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

Show answer

Answer: 49

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

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

Show answer

Answer: -1

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