For a given Linear Programming problem, the objective function is \( z = 3x + 2y \). Subject to constraints are: \( 4x + 3y \leq 60,\ x \geq 3,\ y \leq 2x,\ y \geq 0 \). \(P\) is one of the corner points of the feasible region. Then the coordinate of \(P\) is
Show Hint
Corner points in LPP are found by solving boundary equations pairwise and checking feasibility.