Mikä on vastaus (x ^ 3y ^ -2) ^ (1/2) / (x ^ -5y) ^ (- 1/2)?

Mikä on vastaus (x ^ 3y ^ -2) ^ (1/2) / (x ^ -5y) ^ (- 1/2)?
Anonim

Vastaus:

# (X ^ 4) / (y ^ (3/2)) #

Selitys:

# (((x ^ 3) (y ^ -2)) ^ (1/2)) / (((x ^ -5) (y)) ^ (1/2)) #

Power of Power & Tuotteen teho Ominaisuudet: Kerro ulospäin-eksponentti jokaisen eksponentin sisällä ()

# = ((x ^ (3/2)) (y ^ (- 1))) / ((x ^ (- 5/2)) (y ^ (1/2)) #

Tehokkuus: Sellaisille alustoille, vähennä alkuun eksponentti alemmalla eksponentilla

# = (x ^ ((3/2) - (- 5/2))) (y ^ ((- 1) - (1/2))) #

# = (x ^ (8/2)) (y ^ (- 3/2)) #

Negatiivinen eksponentti tarkoittaa Base siirretään nimittäjään

# = (x ^ 4) / (y ^ (3/2)) #