easy Set 49 Form Exercise

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

Show answer

Answer: 29

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 10

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