easy Set 90 Form Exercise

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

Show answer

Answer: 17

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 78

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: -1

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