easy Set 60 Form Exercise

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

Show answer

Answer: 15

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 88

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 19

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