Math, asked by amgothsoni89, 2 months ago

By which number 2/11 is divided to get -28/55

Answers

Answered by Himanshupatel999
1

Answer:

(33/8)/x = 11/2

33/8 = (11/2) * x

x = (33/8)/(11/2)

Using the J programming language:

J defines rational fractions with an ‘r’. i.e, 33r8, 11r2

J defines division by ‘%’. Type the equation in the J interpreter:

33r8 % 11r2

3r4

So the answer is 3r4 - (3/4).

<<<>>>

Check:

33r8%3r4

11r2

Checked.

Step-by-step explanation:

(33/8)/x = 11/2

33/8 = (11/2) * x

x = (33/8)/(11/2)

Using the J programming language:

J defines rational fractions with an ‘r’. i.e, 33r8, 11r2

J defines division by ‘%’. Type the equation in the J interpreter:

33r8 % 11r2

3r4

So the answer is 3r4 - (3/4).

<<<>>>

Check:

33r8%3r4

11r2

Checked.

Answered by tusharrealme
0

Step-by-step explanation:

2/11×1/x=--28/55

x=2/11×-55/28

x=-5/-14

Similar questions