First convert yards to feet.
1 yard = 3 feet.
100 x 3 = 300 feet long.
53 x 3 = 159 + 1 = 160 feet wide.
Now use the Pythagorean theorem to find the diagonal.
x^2 = 300^3 + 160^2
x^2 = 90000 + 25600
x^2 = 115600
x = √115600
x = 340 feet
Answer:
20% increase
Step-by-step explanation:
All you have to do is divide 72 by 90n and it will give you .8, move the decimal two places to the right to give you 80 and subtract 80 from 100 to get 20
Answer: 8 1/2 is less than 9 1/2, 8 1/2< 9 1/2
Answer:
Option (2)
Step-by-step explanation:
Measure of angle formed by two tangents from a point outside the circleis half the difference of the measures of the intercepted arcs.
From the figure attached,
m∠C = ![\frac{1}{2}[m(\text{major arc AB})-m(\text{minor arc AB)}]](https://tex.z-dn.net/?f=%5Cfrac%7B1%7D%7B2%7D%5Bm%28%5Ctext%7Bmajor%20arc%20AB%7D%29-m%28%5Ctext%7Bminor%20arc%20AB%29%7D%5D)
= ![\frac{1}{2}[(360-m\widehat{AB})-m(\widehat{AB})]](https://tex.z-dn.net/?f=%5Cfrac%7B1%7D%7B2%7D%5B%28360-m%5Cwidehat%7BAB%7D%29-m%28%5Cwidehat%7BAB%7D%29%5D)
= ![\frac{1}{2}[360-2m(\widehat{AB})]](https://tex.z-dn.net/?f=%5Cfrac%7B1%7D%7B2%7D%5B360-2m%28%5Cwidehat%7BAB%7D%29%5D)
= 
= 180 - 150
= 30°
Therefore, measure of angle C will be 30°.
Option (2) is the answer.
x*y' + y = 8x
y' + y/x = 8 .... divide everything by x
dy/dx + y/x = 8
dy/dx + (1/x)*y = 8
We have something in the form
y' + P(x)*y = Q(x)
which is a first order ODE
The integrating factor is 
Multiply both sides by the integrating factor (x) and we get the following:
dy/dx + (1/x)*y = 8
x*dy/dx + x*(1/x)*y = x*8
x*dy/dx + y = 8x
y + x*dy/dx = 8x
Note the left hand side is the result of using the product rule on xy. We technically didn't need the integrating factor since we already had the original equation in this format, but I wanted to use it anyway (since other ODE problems may not be as simple).
Since (xy)' turns into y + x*dy/dx, and vice versa, this means
y + x*dy/dx = 8x turns into (xy)' = 8x
Integrating both sides with respect to x leads to
xy = 4x^2 + C
y = (4x^2 + C)/x
y = (4x^2)/x + C/x
y = 4x + Cx^(-1)
where C is a constant. In this case, C = -5 leads to a solution
y = 4x - 5x^(-1)
you can check this answer by deriving both sides with respect to x
dy/dx = 4 + 5x^(-2)
Then plugging this along with y = 4x - 5x^(-1) into the ODE given, and you should find it satisfies that equation.