easy Set 93 Form Exercise

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

Show answer

Answer: 128

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 18

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

Math Maze: Start at 9. Follow the path: +10 → +8 → -20. What is the final value?

Show answer

Answer: 7

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 14

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