Kahdella numerolla on summa 36 ja erotus 2. Mitkä ovat numerot?

Kahdella numerolla on summa 36 ja erotus 2. Mitkä ovat numerot?
Anonim

Anna numeroiden olla # X # ja # Y #.

#x + y = 36 #

#x - y = 2 #

# => y = 36 - x #

# => x - (36 - x) = 2 #

#x - 36 + x = 2 #

# 2x = 38 #

#x = 19 #

# => 19 - y = 2 #

# -y = -17 #

#y = 17 #

Numerot ovat siis 19 ja 17.

Toivottavasti tämä auttaa!