easy Set 13 Form Exercise

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

Show answer

Answer: 2

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 47

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 192

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