easy Set 54 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 52

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 52

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

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

Show answer

Answer: 60

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