easy Set 70 Form Exercise

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

Show answer

Answer: 240

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 46

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 6

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