easy Set 84 Form Exercise

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

Show answer

Answer: 6

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 7

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

Math Maze: Start at 8. Follow the path: ×2 → +9 → -23. What is the final value?

Show answer

Answer: 2

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 32

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