easy Set 11 Form Exercise

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

Show answer

Answer: 141

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 28

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