easy Set 14 Form Exercise

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

Show answer

Answer: 18

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

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

Show answer

Answer: 50

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

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

Show answer

Answer: 78

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 30

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