easy Set 29 Form Exercise

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

Show answer

Answer: 22

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 51

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

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

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

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

Show answer

Answer: 39

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