Arrange these numbers in ascending order: -1.2, 2.5, -3, 0.

  • -1.2, -3, 0, 2.5
  • -3, 0, -1.2, 2.5
  • -3, -1.2, 0, 2.5
  • 0, -3, -1.2, 2.5
  • -3, -1.2, 0, 2.5

Find the smallest positive integer that leaves remainder 3 when divided by 4 and remainder 2 when divided by 5.

  • 7
  • 11
  • 19
  • 3
  • 7


Find the smallest digit d (0–9) such that the four-digit number formed by 1, 2, 3 and d (i.e., 123d) is divisible by 3.

  • 0
  • 1
  • 2
  • 3
  • 0