easy Set 18 Form Exercise

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

Show answer

Answer: 11

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 63

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 15

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