easy Set 35 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 156

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: -2

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