How many even numbers. Help
Hey guys.
I need a some help with the following problem. Not sure how to start.
You have 50 integers.
27 of these can be divided by 3
17 of them can be divided by 5
16 of them can be divided by 6
11 of them can be divided by 10
7 of them can be divided by 15
4 of them can be divided by 30.
3 of the numbers can't be divided by either 2,3 or 5.
How many of the original 50 integers are even numbers?
Thanks in advance
Yahikko
Re: How many even numbers. Help
I would draw a Venn diagram. Draw circles for numbers divisible by 2, by 3 and by 5.
The various intersections contain numbers divisible
by 2 and by 3 [these are divisible by 6]
by 2 and by 5 [these are divisible by 10]
by 3 and by 5 [these are divisible by 15]
and the intersection of all three has numbers divisible by 2, by 3 and by 5 [these are divisible by 30].
1 Attachment(s)
Re: How many even numbers. Help
Quote:
Originally Posted by
Yahikko
You have 50 integers.
27 of these can be divided by 3
17 of them can be divided by 5
16 of them can be divided by 6
11 of them can be divided by 10
7 of them can be divided by 15
4 of them can be divided by 30.
3 of the numbers can't be divided by either 2,3 or 5.
How many of the original 50 integers are even numbers?
Do a Venn diagram. Let A be divisible by 3, B be divisible by 2, and C be divisible by 5.
I will get you started.
1 Attachment(s)
Re: How many even numbers. Help
use inclusion and exlusion formula.see the attached solution-verify the sises of the intersections there.
Re: How many even numbers. Help
Quote:
Originally Posted by
hedi
use inclusion and exlusion formula.see the attached solution-verify the sises of the intersections there.
@hedi, If you want to continue to post useful answers, why don't you learn some basic LaTeX coding. Your images are messy in the extreme. Often they are posted in the wrong orientation making this hard to read. Moreover, they are handwritten which means that I for one tend to ignore them. I think you have good things to contribute but learn to post using LaTeX please.
Re: How many even numbers. Help
I would love to use LaTeX ,but it sounds like chineese to me.How can i learn it easily?
Re: How many even numbers. Help
Do a search here and online for tutorials and tips on its usage, quote the posts of others who are using it (without submitting the quoted post of course) to see the code they use. Once you dive in and begin using it, you will find it's not that difficult, and your posts will be easy to read and look great!
I, and many others I'm sure, will for the most part ignore posts with hand-written attachments, and even all but the simplest expression typed without LaTeX. I'm not trying to come down on you, I'm just being honest. If I have to struggle to read something, most times I move along.
Re: How many even numbers. Help
Quote:
Originally Posted by
Plato
Do a Venn diagram. Let A be divisible by 3, B be divisible by 2, and C be divisible by 5.
I will get you started.
Thanks a lot for your help! I'm sorry but I really can't figure out how to insert the numbers in the Venn diagram. I'm really tired and just don't get it...
Re: How many even numbers. Help
Quote:
Originally Posted by
Yahikko
Thanks a lot for your help! I'm sorry but I really can't figure out how to insert the numbers in the Venn diagram. I'm really tired and just don't get it...
With respect to reply #3, do you understand how I found the numbers in
, the multiples of three?
Re: How many even numbers. Help
with respect to reply 3:
A^B are rhe numbers divisible by 2 and3 ,that is,by 6.the data says there are 16 such numbers.
A6B6C are the numbers divisible by 2,3 and 5,that is,divisible by 30.there are 4 such numbers ,as given in the data.
In like manner compute the other intersections.That is what i was trying to explain in answer 4 (which you didn't like)
Re: How many even numbers. Help
Quote:
Originally Posted by
hedi
with respect to reply 3:
A^B are rhe numbers divisible by 2 and3 ,that is,by 6.the data says there are 16 such numbers.
A6B6C are the numbers divisible by 2,3 and 5,that is,divisible by 30.there are 4 such numbers ,as given in the data.
In like manner compute the other intersections.That is what i was trying to explain in answer 4 (which you didn't like)
I have no idea what this post means.
Let me show how LaTeX could help.
[tex]A\cap B [/tex] gives
.
That represents the multiples of six, multiples of two and multiples of three.
Multiples of two and multiples of three and multiples of five are multiples of thirty.
If the original poster does not understand Venn diagrams, this is a pointless exercise.
If that is the case, then surely the OP must know about inclusion/exclusion.