easy Set 28 Form Exercise

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

Show answer

Answer: 28

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 43

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 57

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