medium Set 68 Form Exercise

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

Show answer

Answer: 44

SubType
math-maze
Difficulty
medium
StartValue
7
Steps
  • {"op":"\u00d7","operand":3,"result":21}
  • {"op":"\u00d7","operand":3,"result":63}
  • {"op":"-","operand":22,"result":41}
  • {"op":"+","operand":3,"result":44}
FinalValue
44
PathDescription
Step 1: ×3 = 21; Step 2: ×3 = 63; Step 3: -22 = 41; Step 4: +3 = 44

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

Show answer

Answer: 36

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: -12

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 35

SubType
math-maze
Difficulty
medium
StartValue
10
Steps
  • {"op":"-","operand":1,"result":9}
  • {"op":"+","operand":10,"result":19}
  • {"op":"+","operand":9,"result":28}
  • {"op":"+","operand":7,"result":35}
FinalValue
35
PathDescription
Step 1: -1 = 9; Step 2: +10 = 19; Step 3: +9 = 28; Step 4: +7 = 35

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

Show answer

Answer: 1

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