easy Set 85 Form Exercise

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

Show answer

Answer: 28

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

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

Show answer

Answer: 50

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 51

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 20

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