Computer Science, asked by coolmanish2297, 9 months ago

het A=(a, b,c,d,e), B=(a, b, d, f,g)
c = (b, c, e, g,h)
D=(d,e,f,g,h) find C/D.

Answers

Answered by srijita689
8

Explanation:

Given;

A= (a,b,c,d,e)

B= (a,b,d,f,g)

C=(b,c,e,g,h)

D=(d,e,f,g,h)

ATQ;

have to find: C/D...( division).

so, (b,c,e,g,h)/( d,e,f,g,h)[ here, e,g,h will cancelled]...

(b,c)/(d,f)..ans..

here,is Ur ans ,,,thnx... follow...mark as brainlist...

Similar questions