easy Set 49 Form Exercise

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

Show answer

Answer: 2

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 480

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 1

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