easy Set 67 Form Exercise

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

Show answer

Answer: 34

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

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

Show answer

Answer: 100

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 5

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