easy Set 73 Form Exercise

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

Show answer

Answer: 36

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 38

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 13

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