easy Set 29 Form Exercise

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

Show answer

Answer: 33

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 58

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