Question 984494
n, numerator
d, denominator


The description is ambiguous but here is an interpretation:

{{{system((n+3)/d=3/4,n/(d-7)=1)}}}



Some simplification to this:
{{{system(4(n+3)=3d,n=d-7)}}}


Go from there.