easy Set 62 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 35

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 35

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

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

Show answer

Answer: 36

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