easy Set 44 Form Exercise

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

Show answer

Answer: 37

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 10

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

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 2. Follow the path: -1 → +8 → -2. What is the final value?

Show answer

Answer: 7

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

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

Show answer

Answer: 45

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