easy Set 73 Form Exercise

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

Show answer

Answer: 15

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

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

Show answer

Answer: 35

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 240

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