easy Set 49 Form Exercise

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

Show answer

Answer: 46

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 3

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