easy Set 89 Form Exercise

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

Show answer

Answer: 42

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 117

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 24

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