easy Set 54 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 63

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 320

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 5

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