easy Set 83 Form Exercise

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

Show answer

Answer: 16

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 304

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

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

Show answer

Answer: -3

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