easy Set 45 Form Exercise

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

Show answer

Answer: 2

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 108

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 11

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