easy Set 12 Form Exercise

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

Show answer

Answer: 36

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 47

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

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

Show answer

Answer: 128

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 36

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