easy Set 31 Form Exercise

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

Show answer

Answer: 27

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 3

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

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

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 100

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

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

Show answer

Answer: 63

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