easy Set 39 Form Exercise

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

Show answer

Answer: 12

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 46

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 73

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 12

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