Consider the equation Ax2 + B = 0. If B/A < 0, this equation has...

Question Answered step-by-step Consider the equation Ax2 + B = 0. If B/A < 0, this equation has... Consider the equation Ax2 + B = 0.▪ If B/A < 0, this equation has two solutions. The solutions are: (1) X1 = Sqrt(-B/A)(2) X2 = −Sqrt(-B/A) ▪ If B/A = 0, this equation has one solution which is X = 0▪ If B/A > 0, this equation has no real number solutions Draw a flowchart and program to have the user input any numbers for the coefficients, A and B, for this equation. If A = 0, terminate the program. Otherwise, solve the equation.    Computer Science Engineering & Technology Python Programming CSD 1133 Share QuestionEmailCopy link Comments (0)