easy Set 42 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 17

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

Math Maze: Start at 7. Follow the path: ×4 → +7 → -33. 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":7,"result":35}
  • {"op":"-","operand":33,"result":2}
FinalValue
2
PathDescription
Step 1: ×4 = 28; Step 2: +7 = 35; Step 3: -33 = 2

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

Show answer

Answer: 9

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 9

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