easy Set 46 Form Exercise

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

Show answer

Answer: 16

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

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

Show answer

Answer: 51

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: -1

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