easy Set 38 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 41

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