hard Set 62 Form Exercise

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

Show answer

Answer: -2

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 63

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 21

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