easy Set 49 Form Exercise

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

Show answer

Answer: 36

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 78

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

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

Show answer

Answer: 4

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

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

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 112

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

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

Show answer

Answer: 36

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