Mitkä ovat yhtälön x ^ 2-8x = 24 ratkaisut?

Mitkä ovat yhtälön x ^ 2-8x = 24 ratkaisut?
Anonim

Vastaus:

#x = 4 - 2 sqrt (10), x = 4 + 2 sqrt (10) #

Selitys:

Meillä on: # x ^ (2) - 8 x = 24 #

Järjestetään yhtälö uudelleen ilmaisemalla se neliömäisenä:

# => x ^ (2) - 8 x - 24 = 0 #

Nyt voimme ratkaista # X # käyttäen neliökaavaa:

# => x = (- (- 8) pm sqrt ((- 8) ^ (2) - 4 (1) (- 24))) / (2 (1)) #

# => x = (8 pm sqrt (64 + 96)) / (2) #

# => x = (8 pm sqrt (160)) / (2) #

# => x = (8 pm 4 sqrt (10)) / (2) #

# => x = 4 pm 2 sqrt (10) #

Siksi yhtälön ratkaisut ovat #x = 4 - 2 sqrt (10) # ja #x = 4 + 2 sqrt (10) #.