easy Set 93 Form Exercise

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

Show answer

Answer: 5

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

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

Show answer

Answer: 35

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 88

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 5

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