1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
e-lub [12.9K]
3 years ago
9

Polygon ABCD is a quadrilateral. What would prove that ABCD is a parallelogram

Mathematics
1 answer:
masya89 [10]3 years ago
6 0

Answer:

Step-by-step explanation:

Parallelogram are square, rectangle, rhombus, and rhomboid and all with opposite lines that are parallel. Where each angle add up to 360. There are many quadrilaterals that are not parallelogram lesser known ones like convex quadrilaterals that are not parallelograms as they have no parallel lines and do not add up to 360. Polygons that intersect are not parallelograms. We can therefore show upon the parallelogram that there are 2 parallel lines within 4 lines of ABCD and if needed used in analogy with a 3 vertices triangle. Parallelogram like other quadrilaterals have 4 vertices but the angles of a parallelogram would alternate when drawn corner to corner. Diagonals must intersect at the opposite angle. We call them diagonals (not diagonal line) on a parallelogram, simply as where one crosses the other crosses and they become the plural.

You might be interested in
Connor is constructing parallelogram ABCD. He has plotted A at (−2, 4), B at (0, 3), and D at (−3, 2). Which coordinate could be
bezimeni [28]

Answer:

C (-1, 1)

Step-by-step explanation:

5 0
2 years ago
Will give brainliest
Galina-37 [17]

The percentage of the radioactive isotope left is 25.0000%.

<h3>What is the half life?</h3>

The half life of a radioactive isotope is the time that will elapse before only half of the number of original isotopes will remain.

Now;

We are told that;

Half life (t1/2) = 55 days

Time taken (t) =  115 days

Ratio of isotope remaining = N/No

Thus;

N/No = (1/2)^t/t1/2

N/No = (1/2)^115/55

N/No = (1/2)^2

N/No =1/4

Hence, the percentage = 1/4 * 100/1 = 25.0000%

Learn more about half life of an isotope:brainly.com/question/16387602

#SPJ1

7 0
2 years ago
5. The recursive algorithm given below can be used to compute gcd(a, b) where a and b are non-negative integer, not both zero.
s2008m [1.1K]

Implementating the given algorithm in python 3, the greatest common divisors of <em>(</em><em>124</em><em> </em><em>and</em><em> </em><em>244</em><em>)</em><em> </em>and <em>(</em><em>4424</em><em> </em><em>and</em><em> </em><em>2111</em><em>)</em><em> </em>are 4 and 1 respectively.

The program implementation is given below and the output of the sample run is attached.

def gcd(a, b):

<em>#initialize</em><em> </em><em>a</em><em> </em><em>function</em><em> </em><em>named</em><em> </em><em>gcd</em><em> </em><em>which</em><em> </em><em>takes</em><em> </em><em>in</em><em> </em><em>two</em><em> </em><em>parameters</em><em> </em>

if a>b:

<em>#checks</em><em> </em><em>if</em><em> </em><em>a</em><em> </em><em>is</em><em> </em><em>greater</em><em> </em><em>than</em><em> </em><em>b</em>

return gcd (b, a)

<em>#if</em><em> </em><em>true</em><em> </em><em>interchange</em><em> </em><em>the</em><em> </em><em>Parameters</em><em> </em><em>and</em><em> </em><em>Recall</em><em> </em><em>the</em><em> </em><em>function</em><em> </em>

elif a == 0:

return b

elif a == 1:

return 1

elif((a%2 == 0)and(b%2==0)):

<em>#even</em><em> </em><em>numbers</em><em> </em><em>leave</em><em> </em><em>no</em><em> </em><em>remainder</em><em> </em><em>when</em><em> </em><em>divided</em><em> </em><em>by</em><em> </em><em>2</em><em>,</em><em> </em><em>checks</em><em> </em><em>if</em><em> </em><em>a</em><em> </em><em>and</em><em> </em><em>b</em><em> </em><em>are</em><em> </em><em>even</em><em> </em>

return 2 * gcd(a/2, b/2)

elif((a%2 !=0) and (b%2==0)):

<em>#checks</em><em> </em><em>if</em><em> </em><em>a</em><em> </em><em>is</em><em> </em><em>odd</em><em> </em><em>and</em><em> </em><em>B</em><em> </em><em>is</em><em> </em><em>even</em><em> </em>

return gcd(a, b/2)

else :

return gcd(a, b-a)

<em>#since</em><em> </em><em>it's</em><em> </em><em>a</em><em> </em><em>recursive</em><em> </em><em>function</em><em>,</em><em> </em><em>it</em><em> </em><em>recalls</em><em> </em><em>the function</em><em> </em><em>with </em><em>new</em><em> </em><em>parameters</em><em> </em><em>until</em><em> </em><em>a</em><em> </em><em>certain</em><em> </em><em>condition</em><em> </em><em>is</em><em> </em><em>satisfied</em><em> </em>

print(gcd(124, 244))

print()

<em>#leaves</em><em> </em><em>a</em><em> </em><em>space</em><em> </em><em>after</em><em> </em><em>the</em><em> </em><em>first</em><em> </em><em>output</em><em> </em>

print(gcd(4424, 2111))

Learn more :brainly.com/question/25506437

6 0
3 years ago
More than half of the students were excited about the project. In fact, were excited. If 10 students were not
alina1380 [7]

Answer:1/2 divided by 10

Step-by-step explanation:

8 0
2 years ago
Evan's odometer reads 44,965.3 miles. His car is four years old. On average, how many miles does Evan drive each year? Round you
Digiron [165]
Evan drives about 11241 miles each year
5 0
3 years ago
Other questions:
  • Alex and Leandro purchase two matinee movie tickets. A matinee ticket costs $6.50, a drink costs $5.50, and a bag of popcorn cos
    8·1 answer
  • 5x+y=27 y=4x using substitution method
    14·2 answers
  • 8(4 second power) +16
    12·2 answers
  • You'll be marked brainliest!!
    11·2 answers
  • Write 3200 as a product of prime factor
    13·1 answer
  • 7 less than 3 times a number m
    9·2 answers
  • Need help on this!!! 7 points!!!!
    5·1 answer
  • What dp they mean 2 to the fourth equal 16.
    6·1 answer
  • What are the y-intercepts of this conic section?
    10·1 answer
  • Find the inverse of each function. Is the inverse a function? f(x)=2/3 x-3
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!