asked 45.4k views
2 votes
Is the number a multiple of 8? Write yes or no. 4, 8, 20, 40.WHAT IS MULTIPLE

1 Answer

5 votes

Consider two integers
x,y. We say that
x is a multiple of
y if
x is evenly divisible by
y:


(x)/(y) = k,\quad x,y,k \in \mathbb{Z}

Alternatively, we can say that
x is a multiple of
y if there exists an integer
k such that
x = ky

So:

  • 4 is not a multiple of 4, because 4/8 is not an integer.
  • 8 is a multiple of 8, because 8/8=1
  • 20 is not a multple of 8, because 20/8 is not an integer
  • 40 is a multiple of 8, because 40/8=5
answered
User Vinit Dabhi
by
8.4k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.