easy Set 83 Form Exercise

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

Show answer

Answer: 30

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 9

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