easy Set 95 Form Exercise

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

Show answer

Answer: 14

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 90

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 45

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

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

Show answer

Answer: 6

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