hard Set 59 Form Exercise

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

Show answer

Answer: 2

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 196

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 6

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