easy Set 56 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 73

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

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

Show answer

Answer: 52

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 75

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