hard Set 60 Form Exercise

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

Show answer

Answer: 144

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

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

Show answer

Answer: 125

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

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

Show answer

Answer: 108

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 65

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 144

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

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

Show answer

Answer: 13

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