easy Set 70 Form Exercise

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

Show answer

Answer: 6

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

Math Maze: Start at 1. Follow the path: -1 → +9 → ×2. 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":"\u00d7","operand":2,"result":18}
FinalValue
18
PathDescription
Step 1: -1 = 0; Step 2: +9 = 9; Step 3: ×2 = 18

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

Show answer

Answer: 31

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: -1

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