Math, asked by csai42889, 1 month ago

if A={3,6,9,12,15} write its set builder form

Answers

Answered by rkk1399
0

Answer:

A = {3n | 1<=n<=5}

Step-by-step explanation:

A={3,6,9,12,15} looks like the multiples of 3 (3n)

for n=1, 3n = 3(1) = 3

for n=2, 3n = 3(2) = 6

.

.

.

for n=5, 3n = 3(5) = 15

n is in the range of [1, 5] or 1<=n<=5

Now, we will try to write set builder form for A,

A = {3n | 1<=n<=5}

Note: | denotes such that

Similar questions