hard Set 31 Form Exercise

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

Show answer

Answer: 84

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 207

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 416

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