easy Set 43 Form Exercise

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

Show answer

Answer: 15

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

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

Show answer

Answer: 45

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 37

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

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

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

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

Show answer

Answer: 160

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 16

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