easy Set 63 Form Exercise

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

Show answer

Answer: 2

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 21

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