9.mws
>
restart;
problem #9
>
f:=x->((8*x-7)/(7*x-5))^3;
#define our function
>
f1:=D(f);
#find derivative
>
simplify(f1(x));
#our answer