easy Set 55 Form Exercise

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

Show answer

Answer: 116

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 116

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 3

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