easy Set 35 Form Exercise

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

Show answer

Answer: 42

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

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

Show answer

Answer: 90

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 52

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