1 2/3 is the answerrrrrrr
Width: W
length: L = 5W
Use the Pyth. Theorem to find the length of the diagonal:
|D| = sqrt(W^2 + [5W]^2) = sqrt(W^2 + 25W^2) = sqrt(26W^2), or
Wsqrt(26) (ans.)
Answer:
There are 31 students in the class.
Step-by-step explanation:
So lets ABCD are the sides of the square and AB=CD, AC=BD and the Angle ABC = 90 so therefore by making a diagonal we can use the SAS or SSS congruency for two triangles, so we can prove two triangles are equal and that is why the shape is square.
Answer:
mid point of AB (0.5 , 0)
Step-by-step explanation:
2x + 5y = 1 2x = 1 - 5y
y = 2xy+ 5 = (1 - 5y)*y + 5 = y - 5y² + 5
y-y = y - 5y² + 5 - y = - 5y² + 5
0 = - 5y² + 5
5y² = 5
y² = 1
y = 1 or y = -1
if y = 1 x = 1/2 (1 - 5) = -2 .... point A (-2 , 1)
if y = -1 x = 1/2 (1 + 5) = 3 ..... point B (3 , -1)
mid point of AB (x' , y') : x' = 1/2 (x₁ + x₂) = 1/2 (-2 + 3) = 1/2
y' = 1/2 (y₁ + y₂) = 1/2 (-1 + 1) = 0