Wat is het gebied van het parallellogram met de gegeven hoekpunten? A (-1, 3), B (0, 4), C (2, 2), D (1, 1)

Wat is het gebied van het parallellogram met de gegeven hoekpunten? A (-1, 3), B (0, 4), C (2, 2), D (1, 1)
Anonim

Antwoord:

# "Area" _ ("ABCD") = 4 #

Uitleg:

# "Helling" _ ("AB") = (4-3) / (0 - (- 1)) = 1 #

# "Helling" _ ("AD") = (1-3) / (1 - (- 1)) = -1 #

Sinds

#color (white) ("XXX") "Slope" _text (AB) = - 1 / ("Helling" _text (AD)) #

# AB # en #ADVERTENTIE# zijn loodrecht en het parallellogram is een rechthoek.

daarom

#color (white) ("X") "Area" _ ("ABCD") = | AB | xx | AD | #

#color (wit) ("XXXXXXX") = sqrt ((4-3) ^ 2 + (0 - (- 1)) ^ 2) xxsqrt ((1-3) ^ 2 + (1 - (- 1)) ^ 2) #

#color (wit) ("XXXXXXX") = sqrt (2) xx2sqrt (2) #

#color (wit) ("XXXXXXX") = 4 #