easy Set 38 Form Exercise

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

Show answer

Answer: 72

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 58

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 58

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