easy Set 49 Form Exercise

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

Show answer

Answer: 39

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 63

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 18

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