easy Set 38 Form Exercise

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

Show answer

Answer: 72

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

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

Show answer

Answer: 41

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 62

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 5

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