easy Set 33 Form Exercise

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

Show answer

Answer: 10

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 43

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 7

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