easy Set 12 Form Exercise

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

Show answer

Answer: 9

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

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

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

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

Show answer

Answer: 91

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 36

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