easy Set 46 Form Exercise

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

Show answer

Answer: 7

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 40

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