easy Set 35 Form Exercise

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

Show answer

Answer: 46

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 86

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 16

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