9514 1404 393
Answer:
B. 6
Step-by-step explanation:
The diagonals of a parallelogram intersect at their midpoints, so ...
DE = BE
4y -8 = y +10
3y = 18 . . . . . . . add 8-y
y = 6 . . . . . . . . divide by 3
__
<em>Additional comment</em>
The value of x is found the same way:
2x = x+2 ⇒ x = 2
Answer:
Step-by-step explanation:
The following code is written in Python. It is a function that takes in the number of miles as an argument and returns the number of laps that those miles represents.
def miles_to_laps(miles):
laps = miles / 0.25
return laps
Answer:
C) 161/163
Step-by-step explanation:
First, you add up all the students for both genders.
Female- 193+ 214 +197+ 201 = 805
Male- 216+ 207+ 198 + 194 = 815
That gives you a fraction on 805/815 which you simplify to 161/163
So your answer would be C, 161/163 :)