easy Set 67 Form Exercise

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

Show answer

Answer: 89

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

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

Show answer

Answer: 40

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

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

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 33

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

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

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 29

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