easy Set 19 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 90

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 13

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