easy Set 18 Form Exercise

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

Show answer

Answer: 6

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

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

Show answer

Answer: 63

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: -2

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 1

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