easy Set 63 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 49

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 15

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