easy Set 40 Form Exercise

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

Show answer

Answer: 40

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

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

Show answer

Answer: 16

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

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 7. Follow the path: ×4 → +8 → ×2. What is the final value?

Show answer

Answer: 72

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 46

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 22

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