medium Set 27 Form Exercise

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

Show answer

Answer: 65

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 53

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 80

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