easy Set 86 Form Exercise

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

Show answer

Answer: 31

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 28

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

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

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 31

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