medium Set 93 Form Exercise

Math Maze: Start at 7. Follow the path: ×4 → ×4 → -72 → -27. What is the final value?

Show answer

Answer: 13

SubType
math-maze
Difficulty
medium
StartValue
7
Steps
  • {"op":"\u00d7","operand":4,"result":28}
  • {"op":"\u00d7","operand":4,"result":112}
  • {"op":"-","operand":72,"result":40}
  • {"op":"-","operand":27,"result":13}
FinalValue
13
PathDescription
Step 1: ×4 = 28; Step 2: ×4 = 112; Step 3: -72 = 40; Step 4: -27 = 13

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

Show answer

Answer: 8

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 54

SubType
math-maze
Difficulty
medium
StartValue
9
Steps
  • {"op":"\u00d7","operand":2,"result":18}
  • {"op":"\u00d7","operand":4,"result":72}
  • {"op":"-","operand":19,"result":53}
  • {"op":"+","operand":1,"result":54}
FinalValue
54
PathDescription
Step 1: ×2 = 18; Step 2: ×4 = 72; Step 3: -19 = 53; Step 4: +1 = 54

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

Show answer

Answer: 86

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

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

Show answer

Answer: 640

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 1

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