hard Set 63 Form Exercise

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

Show answer

Answer: 34

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 43

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

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

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