easy Set 55 Form Exercise

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

Show answer

Answer: 144

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 46

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 16

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