easy Set 46 Form Exercise

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

Show answer

Answer: 43

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 8

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

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

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 66

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 53

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