I was trying to solve this problem, but I'm not sure how to approach this problem. Here is the problem:
The lines $y = mx$ and $ax + by +c = 0$ are perpendicular to each other, and they intersect at $P(-9, 6)$. Find the area of the triangle $APO$. (Figure is not drawn to scale.)

Hints:
You just need to find the $x-$coordinate of point $A$. To get that you need the equation of the line $PA$. To get line $PA$ you need two pieces of information: namely a point (in your case $P$ is given) and the slope. Line $OP$ and line $PA$ are perpendicular. Slope of $OP$ is $\frac{6-0}{-9-0}=-\frac{2}{3}$. So slope of $PA$ is $\frac{3}{2}$. Now find the equation and once you have the point $A$, area can be computed easily ($\frac{1}{2}bh$).