easy Set 73 Form Exercise

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

Show answer

Answer: 5

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 62

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 45

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 12

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