Check if the point is in the solution list of an inequality.
inequality : '2x + 3y >= 24'
point : (0,0) -----> false (0)
point : (0,8) -----> true (1)

Solution Stats

103 Solutions

11 Solvers

Last Solution submitted on May 30, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...