easy Set 43 Form Exercise

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

Show answer

Answer: 56

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 4

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

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

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 15

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