hard Set 61 Form Exercise

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

Show answer

Answer: 279

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 13

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