easy Set 44 Form Exercise

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

Show answer

Answer: 20

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 5

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