easy Set 69 Form Exercise

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

Show answer

Answer: 50

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 49

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 74

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 9

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