easy Set 67 Form Exercise

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

Show answer

Answer: 7

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

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

Show answer

Answer: 240

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 43

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

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

Show answer

Answer: 126

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

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

Show answer

Answer: 39

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

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

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