hard Set 36 Form Exercise

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

Show answer

Answer: 7

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

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

Show answer

Answer: 98

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 186

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 9

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