easy Set 41 Form Exercise

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

Show answer

Answer: 51

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 36

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