easy Set 91 Form Exercise

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

Show answer

Answer: 12

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 65

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 46

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 6

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