easy Set 17 Form Exercise

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

Show answer

Answer: 10

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 46

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