easy Set 40 Form Exercise

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

Show answer

Answer: 22

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 98

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 1

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