easy Set 70 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 480

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: -3

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