easy Set 96 Form Exercise

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

Show answer

Answer: 75

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 55

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 14

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