easy Set 87 Form Exercise

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

Show answer

Answer: 56

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

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

Show answer

Answer: 65

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 24

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