easy Set 98 Form Exercise

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

Show answer

Answer: 15

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

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

Show answer

Answer: 88

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 176

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

Math Maze: Start at 6. Follow the path: +1 → ×3 → ×4. 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":3,"result":21}
  • {"op":"\u00d7","operand":4,"result":84}
FinalValue
84
PathDescription
Step 1: +1 = 7; Step 2: ×3 = 21; Step 3: ×4 = 84

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

Show answer

Answer: 13

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

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

Show answer

Answer: 6

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