easy Set 43 Form Exercise

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

Show answer

Answer: 30

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 45

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

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

Show answer

Answer: 24

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

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

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 12

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