easy Set 65 Form Exercise

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

Show answer

Answer: 49

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 18

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

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

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

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

Show answer

Answer: 8

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