Math, asked by Prudvijupalli, 1 year ago

if a equal to 235 find a union null and null Union a and compare​


vicky1366: A{2,3,5}
Null{ }
A U null
{2,3,5,} .....(1)
null U A
{2,3,5,} .....(2)

Comparing equ.(1) & (2)
We have,
{2,3,5}

Answers

Answered by vicky1366
12
A{235}
null { }
A U null ={235} .....(1)
null U A ={235} ......(2)
Comparing (1) & (2)
We have,
{235} [because null is empty set]
Similar questions