In the video at 5:50, i am not able to understand how y = (p’’)/(d’’)
In the LHS (yd’)%w’ can be written as ((y%w’)(d’%w’))%w’. Now how can we find y?
In the video at 5:50, i am not able to understand how y = (p’’)/(d’’)
In the LHS (yd’)%w’ can be written as ((y%w’)(d’%w’))%w’. Now how can we find y?
Hey @HemantKumar
After you do
(YD)%W=P%W
(Y%W * D%W)%W = P%W
Now just like with division we can do modulo division here
Y%W = (P%W)/(D%W)
That’s all
By solving RHS of last equation you’ll get the value for Y
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.