easy Set 29 Form Exercise

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

Show answer

Answer: 29

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

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

Show answer

Answer: -2

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 11

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