easy Set 44 Form Exercise

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

Show answer

Answer: 30

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 37

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 38

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

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

Show answer

Answer: 18

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