easy Set 60 Form Exercise

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

Show answer

Answer: 73

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: -2

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 33

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