easy Set 91 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 52

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: -1

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