easy Set 50 Form Exercise

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

Show answer

Answer: 144

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 18

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

Math Maze: Start at 5. Follow the path: -1 → -2 → -1. 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":2}
  • {"op":"-","operand":1,"result":1}
FinalValue
1
PathDescription
Step 1: -1 = 4; Step 2: -2 = 2; Step 3: -1 = 1