easy Set 98 Form Exercise

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

Show answer

Answer: 108

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

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

Show answer

Answer: 84

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

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

Show answer

Answer: 124

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 24

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

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

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

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

Show answer

Answer: 69

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

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

Show answer

Answer: 11

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