I have the following exercise:
Consider an explicit two-stage Runge-Kutta method given by the Butcher table: $$ A = \begin{pmatrix} 0 & 0 \\ a & 0 \end{pmatrix}, \quad \vec{c} = \begin{pmatrix} 0 \\ c \end{pmatrix}, \quad \vec{b} = \begin{pmatrix} b_1 \\ b_2 \end{pmatrix}. $$ Write down equations for the parameters such that the method is consistent of order two. Show that the order of consistency cannot be higher.
I don't know how to start this exercise. Can someone provide some idea?
NB: I want only an idea to start the exercise, not a complete step-by-step solution! Thank you.