hard Set 59 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 85

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

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

Show answer

Answer: 8

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

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

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 261

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