about | help | code help+videos | done | prefs |
Given the slopes and y-intercepts for two equations in a system, return True if the system has no solutions, otherwise return False. The equations are guaranteed not to represent vertical or horizontal lines. hasNoSolution(2, 5, -2, 5) → False hasNoSolution(2, 5, 2, 5) → False hasNoSolution(0.375, 4, 0.375, -2) → True ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 175
Copyright Nick Parlante 2017 - privacy