medium Set 55 Form Exercise

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

Show answer

Answer: 9

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

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

Show answer

Answer: 184

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 89

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 39

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