easy Set 41 Form Exercise

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

Show answer

Answer: 73

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 13

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

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

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 66

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