easy Set 19 Form Exercise

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

Show answer

Answer: 23

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

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

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 162

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 51

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 8

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