easy Set 41 Form Exercise

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

Show answer

Answer: 2

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 6

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