Question
need the right answer only ( choose a,b,c,d or e)
16 Solve the following quadratic equation using any convenient method. 21 Parfoem the addition or suberaction and write the r
0 0
Add a comment Improve this question Transcribed image text
Answer #1

Selatons 1) C-4x-9)-16z2 191-2-42-9 y 9-72x = 0 72 .apron Ce) s.e, a : Hatbi -4 +14 Comparny the terms we a-4 and b14 HOpton.) Cs-)-(3-) -1-3+7 5-3 opken Co) landard form 2+0) ) (1+) (4-3)) 1+1+3 (il --) 4-31+4i-3) 2 Opten (b) 7 +i 15x3+402+ 90% = 0check Slo)40l0)+8o(o)o + 0 +0 z o S43+ool -64/+0- 310 320 + G40-320 bab sfedboth sides 2412-9 Square on -92021441 - 81= 0 12 9 144 IC FOpbon (e)Cheks 12J9 12r-9 33-9o Gabshed 25 3 21+)+3 = 0 3 LX+1I t3 2I+II 3 0 38 22+38 Opb on (c) he-19 Chech: 3 J2-19)+I+3 3-38+1 +3 V

Add a comment
Know the answer?
Add Answer to:
need the right answer only ( choose a,b,c,d or e) 16 Solve the following quadratic equation...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • 1. Find the real solutions of the following equation: 736 + 16 = 4 A) {0)...

    1. Find the real solutions of the following equation: 736 + 16 = 4 A) {0) B) (1) 1) D) {4} E) None of the Above 2) 2. Find the real solutions of the following quadratic equation: x2 – 3x = 18 A) {6} B) (-6,3) C) (-3) D) {-3,6) E) None of the Above 3. Find the equation of the line in slope-intercept form that is perpendicular to the line y = 3x - and contains the point (6,2)....

  • draw k-maps and write the simplified equation for the following questions 1- f3(A, B, C, D)=m(1,...

    draw k-maps and write the simplified equation for the following questions 1- f3(A, B, C, D)=m(1, 3, 4, 5, 6, 7, 9, 10, 11, 14, 15) 2- f4(A, B, C, D)=m(0, 1, 4, 6, 8, 9, 10, 12) + d(5, 7, 14) 3- g3(A, B, C, D)=M(0, 5,7, 14, 15) + d(3, 9, 13) 4- h(A, B, C, D, )= m(0, 1, 2, 4, 7, 8, 9, 10, 13, 14, 16, 17, 18, 19, 21, 23, 24, 25, 26,28, 30)...

  • Write a C program, to solve the quadratic equation a x2 + b x + c...

    Write a C program, to solve the quadratic equation a x2 + b x + c = 0 of given coefficients a, b and c. When running the program, it prompts for the input of coefficients a,b,c as floating numbers. After inputting three floating numbers, it computes and prints out the solutions, then prompts for another round of input. Your program will quit when getting input 0,0,0. Your program should handle four situations: (1) a=0, not a quadratic equation; (2)...

  • c) 1-20) Choose the correct answer 1) If x=3 then xe...... b) =) d) 0.3) 2)...

    c) 1-20) Choose the correct answer 1) If x=3 then xe...... b) =) d) 0.3) 2) The inequality notation for (-25) is...... a) -2s155 b ) 3<355 c) 155 c) (4) 3) If 2x+123 then xe... a) (2) b) =) d) L) 4)If -5<2x+1=3 then a) -3,1) b)-30 d) -66) 5) The solutions for * -5x+6- a) {1,-1) b) {1,1) c)(-6,41 c) {2, 6) The solutions for a) (-2,13 {2,-1) d) {1,1) 7) If a c then b) (2,1) 8)...

  • Consider the equation a + b + c + d + e = 73 in which...

    Consider the equation a + b + c + d + e = 73 in which the variables all represent non-negative integers. i. How many solutions are there with a ≥ 7, b ≤ 23, and 9 ≤ c ≤ 19? ii. How many solutions are there in which the variables are all at most 20?

  • only need questions B,C, D, and E done. 1. A. Fill in the remaining spaces in...

    only need questions B,C, D, and E done. 1. A. Fill in the remaining spaces in the table below MR MC Profit FC VC TR ATC AVC Q P TC $9 $0 $0 -$9 0 $5 $9 $5 $5 1 $10 $9 $1 $1 1.5 2 2 2 $5 $12 $9 $5 3 $5 $9 $6 $15 $3 $2 20 4 4 $5 $19 $9 D $4.75 2.5 $5 $24 $9 15 4.8 3 $1 6 $30 $9 Z $5...

  • 1. For the circuit at right: a) Find the characteristic equation of the circuit at right. b) Find...

    1. For the circuit at right: a) Find the characteristic equation of the circuit at right. b) Find the solutions to the characteristic equation. d) The switch has been in the top position for a long time and is switched down at time t 0. Find the final and initial conditions: dt dt e) Write the full expression for iL(t), including all the constants that you find. t=0 3.6-V 5.V L:-10-mH R2:= 180,Ω 1. For the circuit at right: a)...

  • Java Programming Question 4 (10 points): Solutions for a quadratic equation ax(squared)+bx+c= 0. where a does...

    Java Programming Question 4 (10 points): Solutions for a quadratic equation ax(squared)+bx+c= 0. where a does not equal zero are as follows. r1=( −b+√b(squared)−4ac)/2a r2=(−b−√b(squared)−4ac)/2a if b(squared)−4ac <0, equation doesn’t have real roots. If it is 0 there is one root(r1=r2). Write a Java program to read a,b and c from keyboard and find the roots, if they exist. Note: You need to have a method that takes 3 real values as arguments

  • MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Solve...

    MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Solve the equation using the Multiplication Property of Equality. A) I-36 C) (4 D) 15) Solve the equation. Check your solution.- 4 21 A) y.2.1 5 5 3y A) D) 18 4) 1.2x- 4.6 0.4x +1.64 C) 17.02) Solve the system of equations using substitution. 5)x-5y 14 y -2 A) 24,-2) 6) fy-5x + 7 A) infinitely many solutions 1 26 B) 26 1 C)...

  • DQuestion 19 28 pts Problem 2. Quadratic Equations A quadratic equation has the form: a bc0 The two solutions are given by the formula: 2a Write a program with a loop that a) solves quadratic equatio...

    DQuestion 19 28 pts Problem 2. Quadratic Equations A quadratic equation has the form: a bc0 The two solutions are given by the formula: 2a Write a program with a loop that a) solves quadratic equations with coefficients read from the terminal, b) visualizes the corresponding quadratic function az2 brc0using the matplotlib module. Instructions Write all code for this problem in a file p2.py 1. The program consists of a main whtle loop (an infinite loop) in which the user...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT