easy Set 83 Form Exercise

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

Show answer

Answer: 52

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 35

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 22

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