easy Set 61 Form Exercise

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

Show answer

Answer: 10

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

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 32

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