easy Set 63 Form Exercise

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

Show answer

Answer: 6

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

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

Show answer

Answer: 38

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 10

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