easy Set 48 Form Exercise

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: -7 → +1 → ×4. What is the final value?

Show answer

Answer: 8

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 9

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