Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

This is the homework assignment prompt - if needed for reference. This is what I have completed, my only problem is making sure my comments

image text in transcribedimage text in transcribed

This is the homework assignment prompt - if needed for reference.

image text in transcribedimage text in transcribed

This is what I have completed, my only problem is making sure my comments display the correct information - if someone can check my code and comments. I am also having difficulty alligning the following:

image text in transcribed

how can I get the two x = to allign perfectly with each other!

Thank you!

Name Due Date Solutions to the quadratic equation Ax quadratic formulas: +Bx + C-0 may be calculated using the -B+B2-4AC 2A B-VB2-4AC 2A or These formulas may be used, of course, only if the leading coefficient, A, is not zero. The number and type of solutions is determined by the value of the expression under the radical sign, B2 4AC, known as the discriminant: value of discriminant positive number of solutions kind of solutions real real zero tive Your job is to write a program which will read the coefficients of a quadratic equation and, if the leading coefficient is non-zero, calculate and report the solutions. Since programming languages does not provide the imaginary type, youll have to take appropriate steps to give imaginary results in the form shown. Just remember that every imaginary number is really determined by a pair of real numbers. Several sample runs appear on the next page; user input appears in bold type. The I which appears in the output is simply written where necessary; the actual calculations involve only real results. You are not required to duplicate this output, but you should provide all information shown. Name Due Date Solutions to the quadratic equation Ax quadratic formulas: +Bx + C-0 may be calculated using the -B+B2-4AC 2A B-VB2-4AC 2A or These formulas may be used, of course, only if the leading coefficient, A, is not zero. The number and type of solutions is determined by the value of the expression under the radical sign, B2 4AC, known as the discriminant: value of discriminant positive number of solutions kind of solutions real real zero tive Your job is to write a program which will read the coefficients of a quadratic equation and, if the leading coefficient is non-zero, calculate and report the solutions. Since programming languages does not provide the imaginary type, youll have to take appropriate steps to give imaginary results in the form shown. Just remember that every imaginary number is really determined by a pair of real numbers. Several sample runs appear on the next page; user input appears in bold type. The I which appears in the output is simply written where necessary; the actual calculations involve only real results. You are not required to duplicate this output, but you should provide all information shown

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

Question What is the advantage of a voluntary DBO plan?

Answered: 1 week ago

Question

Question How is life insurance used in a DBO plan?

Answered: 1 week ago