medium Set 69 Form Exercise

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

Show answer

Answer: 10

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 19

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

Math Maze: Start at 9. Follow the path: -8 → +10 → -3 → -6. What is the final value?

Show answer

Answer: 2

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

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

Show answer

Answer: -1

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

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

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

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

Show answer

Answer: 67

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