easy Set 38 Form Exercise

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

Show answer

Answer: 9

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 88

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

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