easy Set 86 Form Exercise

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

Show answer

Answer: 6

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 108

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 30

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