Question

Find the elements in the intersection of square numbers and multiples of 3

Original question: 13 U = {x : x is an integer where 40 < x < 50} P = {x : x is a square number} Q = {x : x is an odd number} R = {x : x is a multiple of 3} (a) Use set notation to complete the statement. P ∩ R = ........................................................ [1]

Expert Verified Solution

thumb_up100%(1 rated)

Key takeaway: Set questions like this are really about reading the definitions carefully. First list the elements of each set inside the universal set, then intersect them.

The universal set is

U={41,42,43,44,45,46,47,48,49}.U=\{41,42,43,44,45,46,47,48,49\}.

Now identify each set:

  • PP = square numbers in UU = {49}\{\, 49 \,\}
  • RR = multiples of 3 in UU = {42,45,48}\{42,45,48\}

The intersection PRP\cap R means elements that are in both sets. Since 4949 is not a multiple of 3,

PR=.\boxed{P\cap R=\varnothing}.


Pitfalls the pros know 👇 It is easy to forget that the universal set limits everything here. Even if a number is a square or a multiple of 3 in general, it only counts if it lies between 40 and 50. Also, \varnothing is the correct answer when there are no common elements; do not write 00 or leave it blank.

What if the problem changes? If the question had asked for PRP\cup R, then you would list all square numbers or multiples of 3 in the universal set, without repeating any element. If the universal set were expanded to include 3636, then PRP\cap R would no longer be empty because 3636 is both a square number and a multiple of 3.

Tags: intersection, universal set, square number

FAQ

What is P ∩ R when U is 41 to 49?

P contains the square numbers in U, which is {49}. R contains the multiples of 3 in U, which are {42,45,48}. There are no common elements, so P ∩ R = ∅.

Why can the intersection be empty?

Because the only square number in the universal set is 49, and 49 is not divisible by 3. So no element belongs to both sets.

chat