I've got a programming exercise I need to do, but I just can't figure out the math part.
I need to check if $3$ of $6$ lines intersect in the same point. I am given the equation $ax+by=c$, and I input random numbers in $a,b,c$. How would I go about solving this mathematically?
Thanks!