easy Set 71 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 92

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