easy Set 31 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 32

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