hard Set 61 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 76

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: -4

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

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

Show answer

Answer: 43

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 271

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