easy Set 69 Form Exercise

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

Show answer

Answer: 12

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 2

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