easy Set 90 Form Exercise

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

Show answer

Answer: 72

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

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

Show answer

Answer: 48

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

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

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 36

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