easy Set 88 Form Exercise

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

Show answer

Answer: 9

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 58

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

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

Show answer

Answer: 66

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

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

Show answer

Answer: 18

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