InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    Solve by cross multiplication `x+2y+1=0 `, `2x-3y-12=0` | 
                            
| 
                                   
Answer» `x+2y+1 = 0` `2x-3y-12 = 0` Solving these two equations with cross-multiplication method, `x/(-24+3) = y/(2-(-12)) = 1/(-3-4)` `=>x/-21 = -1/7=> x = 3` `=>y/14 = -1/7 => y = -2`  | 
                            |