$$x_n = x_0 + h\sum_{k=0}^{n-1}f(t_0 + \alpha_kh, x_k)$$ where $$x_k = x_0 + h\sum_{k=0}^{k-1} \beta_{kj} f(t_0 + \alpha h, x_j)$$
I am given equations to find $a$, $b$, and $c$, but my understanding (probably wrong) was $x_n$ (each step size iterated through the range, $[a,b]$, $nh=b-a$) is found using the 4 K formulas where it uses $h$ and $1/2$ for the classical example. He wants different $\alpha$, $\beta$, and $c$ values, and gives us the formulas to find them.
My question is, how do these values match? I will attach images. Basically, I don't understand what the $kj$ subscript of beta is. Also, how is $x_j$ found?