Let the time taken by one Standard Loom to complete the job be T and by one Industrial Loom be t.
Also, let their rates be s and i respectively.
Thus, s = 1/T and i = 1/t
What we have to find is i/s = (1/t)/(1/T) = T/t = r (let it be denoted by r for ease of calculation)
Thus, i = sr and T = tr______ (1)
Now what we are given is that 7 standard looms and 5 industrial looms combined take 14 hours.
Since we can add rates,
7s + 5i = 1/14
From (1),
7s + 5sr = 1/14
s*(7+5r) = 1/14 _____ (2)
Since 1 standard loom takes T hours to complete the job, 21 standard looms woll take T/21 hours.
Similarly, 6 industrial looms will take t/6 hours.
We are given that,
T/21 - t/6 = 14
i.e. (1/i)*(1/21) - (1/s)*(1/6) = 14
1/21i - 1/6s = 14
Again from (1), we have
1/21sr - 1/6s = 14
(1/s)(1/21r - 1/6) = 14________ (3)
From (2) we have,
1/s = 14*(7+5r)
Hence, (3) can be expressed as,
14*(7+5r) (1/21r - 1/6) = 14
Simplifying this, we finally get a quadratic equation,
10r^2 - 63r - 49 = 0
At this point, I could not factorize it and hence I just started plugging in values from answer choices. 7 satisfied the eqn.
Hence, answer is (D)
This is a very lengthy method and took me almost 5 minutes time to get here honestly. Is there a faster method to do this?