easy Set 53 Form Exercise

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

Show answer

Answer: -2

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

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

Show answer

Answer: 53

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 12

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

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

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

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

Show answer

Answer: 8

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