>>613
プログラムしてみた

calc=\(n50=50,n10=10,n80=80){
(n80-n50)/(n50-n10) |> MASS::fractions()
}
> calc(40,10,80)
[1] 4/3