Vastaus: #x = + -sqrt (y-6) + 4 # Selitys: # y = (x-4) ^ 2 + 6 # # (X-4) ^ 2 = y-6 # Ota molemmin puolin neliöjuuri: #sqrt ((x-4) ^ 2) = sqrt (y-6) # # x-4 = + - sqrt (y-6) # Lisätä #4# yhtälön molemmin puolin # x = + -sqrt (y-6) + 4 #