easy Set 99 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 10

SubType
math-maze
Difficulty
easy
StartValue
7
Steps
  • {"op":"\u00d7","operand":3,"result":21}
  • {"op":"\u00d7","operand":2,"result":42}
  • {"op":"-","operand":32,"result":10}
FinalValue
10
PathDescription
Step 1: ×3 = 21; Step 2: ×2 = 42; Step 3: -32 = 10

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

Show answer

Answer: 21

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 13

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