easy Set 44 Form Exercise

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

Show answer

Answer: 20

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 18

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