medium Set 72 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: -8

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

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

Show answer

Answer: 37

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 10

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