85.4k views
2 votes
How many and what type of solutions does the equation have?

2k² = 9 + 3k



two nonreal solutions

two rational solutions

one rational solution

two irrational solutions

2 Answers

2 votes

Answer:

Explanation:

How many and what type of solutions does the equation have? 2k² = 9 + 3k two nonreal-example-1
User LukasMac
by
6.3k points
0 votes
Let's solve the equation 2k^2 = 9 + 3k
First, subtract each side by (9+3k) to get 0 on the right side of the equation
2k^2 = 9 + 3k
2k^2 - (9+3k) = 9+3k - (9+3k)
2k^2 - 9 - 3k = 9 + 3k - 9 - 3k
2k^2 - 3k - 9 = 0

As you see, we got a quadratic equation of general form ax^2 + bx + c, in which a = 2, b= -3, and c = -9.
Δ = b^2 - 4ac
Δ = (-3)^2 - 4 (2)(-9)
Δ = 9 + 72
Δ = 81

Δ>0 so the equation got 2 real solutions:
k = (-b + √Δ)/2a = (-(-3) + √81) / 2*2 = (3+9)/4 = 12/4 = 3
AND
k = (-b -√Δ)/2a = (-(-3) - √81)/2*2 = (3-9)/4 = -6/4 = -3/2

So the solutions to 2k^2 = 9+3k are k=3 and k=-3/2

A rational number is either an integer number, or a decimal number that got a definitive number of digits after the decimal point.

3 is an integer number, so it's rational.
-3/2 = -1.5, and -1.5 got a definitive number of digit after the decimal point, so it's rational.

So 2k^2 = 9 + 3k have two rational solutions (Option B).

Hope this Helps! :)
User Nicolas Maloeuvre
by
7.1k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.