hard Set 30 Form Exercise

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

Show answer

Answer: 10

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 448

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 9

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