Some amount is divided among $A$, $B$, $C$, and $D$ such that $\frac{A}{B}=\frac{B}{C}=\frac{C}{D}=\frac{3}{4}$. If $B$ gets Rs $308$ less than $D$, find the individual amount with $A$, $B$, $C$, and $D$.
What is the logic behind solving these kinds of problems?
I didn't understand the solution $A : B : C : D = 27 : 36 : 48 : 64$. How?
The trick is to solve for one of them and then use $\frac{A}{B}=\frac{B}{C}=\frac{C}{D}=\frac{3}{4}$ to get the other $3$. To be more general, I'll let $\alpha\equiv\frac{3}{4}\in(0,1)$ and $\delta\equiv 308>0$. Then $$ C=\alpha D,\quad B=\alpha C=\alpha^2D,\quad A=\alpha B=\alpha^3D $$ and so $$ \delta=D-B=D(1-\alpha^2)\implies D=\frac{\delta}{1-\alpha^2}\implies A,B,C=\cdots $$
Edit: For this particular problem, if you want $A:B:C:D=27:36:48:64$, then note that $$ A=\alpha^3D=\frac{27}{\color{Red}{64}}D,\quad B=\frac{9}{16}D,\quad C=\frac{3}{4}D $$ so if you set $D=64k$ for some $k$ then $$ A=27k,\quad B=36k,\quad C=48k,\quad D=64k $$ which gives $A:B:C:D=27:36:48:64$. Finding $k$ entails noting $D-B=28k=308$.