easy Set 28 Form Exercise

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

Show answer

Answer: 76

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 216

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

Math Maze: Start at 5. Follow the path: +4 → +6 → -11. What is the final value?

Show answer

Answer: 4

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 24

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