easy Set 17 Form Exercise

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

Show answer

Answer: -1

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 46

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 40

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