garveyerin5392 garveyerin5392
  • 14-10-2021
  • Mathematics
contestada

Given:

∠D and ∠B are right angles

DC || AB


Prove:

△ADC ≅ △CBA

Respuesta :

moelamarre
moelamarre moelamarre
  • 14-10-2021
since angle CDA + angle ABC = 180 then DC is Parallel to AB by transversal of parallel line theorem c-pattern for co-interior angles. to help visualize it draw it
Answer Link

Otras preguntas

The following data are available for Department A for the period 2022. . budget. actual .
If you memorized the colors of the visible light spectrum by remembering the name ROY G BIV, you would be using a(n) _____ mnemonic device.
personal protection of occupational accidents ​
Identify the appropriate tempo markings of the following songs.1.lupang hinirang2.pilipinas kong mahal3.may pulis sa ilalim ng tulay4.row row row your boat5.ler
Bumuo ng isang acrostic gamit ang mga letrang bumubuo sa salitang NASYONALISMO at ibigay ang hinihinging kasagutan ng katanungan sa ibaba.
Which country in this region is most ethnically and linguistically unified? Explain your choice.
9 students are split into 3 groups to work on 3 different science projects. each group has at least 2 students. how many different combinations are possible?
Find the volume of the solid generated by revolving the region bounded by the graphs of the equations about the line x = 5. y = x, y = 0, y = 4, x=5
An integer divided by an integer is an integer.
What will be displayed by the following code?ch = 'F'if ch >= 'A' and ch <= 'Z':ㅤㅤprint(ch)