I know there's multiple ways of solving a problem like this, but I still don't quite get how to solve them without wasting time solving unneeded complicated equations.
N(4,6) L(-4,0) P(0,8)
Write down the equation of the circle through N, P and L.
I've already browsed the forums regarding questions like this. I did find one solution which worked and I understood, but I feel like it takes too long and is unneededly complicated. Does anyone have a fairly simple and relatively quick solution to problems like these?

The equation of line passing the points N and L is:
$y = \frac {3}{4} x +3$
The point M(0, 3) locates on this line, so it is not possible to find a circle containing all these points. However if the coordinates of M is correct then the coordinates of all three points must satisfy following equation:
$(x-a)^2 +(y-b)^2=r^2$
Where C (a, b) is the center and r is the radius, Plugging the coordinates of three points in above equation gives you a system of three equation for a and b and r. using a standard method you can find a, b and n.