answersLogoWhite

0


Best Answer

The first step is to find the first number divisible by 3. You can use a number of techniques, but I'll list the easiest.

3 does not divide 50 (i.e., 50/3 is not an integer, it's ~= 16.667)

3 divides 51 (i.e., 51/3 = 17, it's an integer)


So 51 is the first integer between 50 and 100 that is divisible by 3. From there we can simply add any multiple of 3 to 51 to return other integers which are divisible by 3. Or to put it in a function:

x = 51 + 3n, where n is some integer


If n=0: x = 51 + 3(0) = 51
If n=1: x = 51 + 3(1) = 54


To find the maximum value of n, that bounds the function between 50 and 100.

100 = 51 + 3n
100 - 51 = 3n
49 = 3n
49/3 = n

n = 49/3 ~= 16.3
since we only care about integers, we can state that n must be less than 16 to satisfy the our requirement:

n=16: x = 51 + 3(16) = 99


So here are all the possible answers you can pick from, choose any 8:

51, 54, 57, 60, 63, 66, 69, 72, 75, 78, 81, 84, 87, 90, 93, 96, 99


To restate how to do this. Find the first number that is divisible by three between 50 and 100. Then keep adding 3 to it to produce new numbers until you reach your upper bounds (100).

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are 8 numbers between 50 and 100 that are divisible by 3?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How many numbers between 50 to 100 are divisible by 3?

there are 17 divisible by 3 between 50 to 100 , 51,54,57,60,63,66,69,72,75,78,81,84,87,90,93,96,99


What numbers are 4900 divisible by that are between 50 and 100?

only 50, 70, 98, and 100


How many integers between 100 and 500 are divisible by 6 but not 8?

There are (500-100)/2 = 200 numbers divisible by 2 between 100 and 500 counting 100 but not 500. Of these (500-100)/8 = 50 are divisible by 8. So there are 150 numbers between 100 and 500 divisible by two but not by 8. By relative primeness exactly 50 out of these 150 are divisible by 3 and therefore these 50 are exactly the ones divisible by 6 but not by 8.


How many numbers between 1-100 inclusive are divisible by 2?

Exactly 50


How many numbers between 0 and 100 are divisible by 2 and 4?

for 2 its 50 for 4 its 25


Is 50 A factor?

It is of numbers evenly divisible by it like 100.


How many numbers between 1 and 100 (inclusive) are divisible by 3 or 4?

There are 8 of them and they are all multiples of 12


What numbers are 100 divisible by?

100, 200, 300 and so on. All numbers ending with "00".


What are the numbers divisible by 2 and 5 between 1 and 100?

10, 20, 30, 40, 50, 60, 70, 80, 90, 100


How many numbers between 10 and 50 are divisible by 2?

21 numbers - if you include the 10 and the 50.


How many whole numbers between 50 and 100 are divisible by 4 and by 8?

56, 64, 72, 80, 88, 96.


What whole numbers is the number 100 divisible by?

100 is divisible by (the integer factors of 100 are):1, 2, 4, 5, 10, 20, 25, 50, 100