Two angles are said to be complementary, if the sum of the measures of the to angles is equal to 90 degrees.
Thus, given that HFG is complementary to ACB, them mHFG + mACB = 90 degrees.
From the figure, given that the line from point F meats line CE at point P, then HFG = CFP.
But mCFE = 90 degrees and mCFE = mCFP + mPFE
Also PFE = DFH
Thus, mCFE = mCFP + mPFE = mHFG + mDFH = 90 degrees
Recall that mHFG + mACB = 90 degrees
Thus, mHFG + mACB = mHFG + mDFH
Therefore, mACB = mDFH.
2x+8=20
2x=20-8
2x=12
12/2=x
6=x
Answer:
6 and -14
Step-by-step explanation:
Area of the triangle = 1/2 ab
42 = 1/2 (x)(x+8)
42 *2 = x(x+8)
84 = x²+8x
x²+8x-84 = 0
x²+14x-6x-84 = 0
x(x+14)-6(x+14) = 0
x-6 = 0 and x+14 = 0
x = 6 and -14
Hence the values of x are 6 and -14
Assuming the order required is as n-> inf.
As n->inf, o(log(n+1)) -> o(log(n)) since the 1 is insignificant compared with n.
We can similarly drop the "1" as n-> inf, the expression becomes log(n^2+1) ->
log(n^2)=2log(n) which is still o(log(n)).
So yes, both are o(log(n)).
Note: you may have more offers of answers if you post similar questions in the computer and technology section.
Answer: the length of the rectangle is 37ft
the width of the rectangle is 6 ft
Step-by-step explanation:
Let L represent the length of the rectangle.
Let W represent the width of the rectangle.
The formula for determining the perimeter of a rectangle is expressed as
Perimeter = 2(L + W)
The perimeter of the given rectangle is 86 feet. This means that
2(L + W) = 86
Dividing through by 2, it becomes
L + W = 43 - - - - - - - - - - - -1
Its length is 7 more than five times its width.. This means that
L = 5W + 7
Substituting L = 5W + 7 into equation 1, it becomes
5W + 7 + W = 43
6W + 7 = 43
6W = 43 - 7
6W = 36
W = 36/6
W = 6
L = 5W + 7 = 5 × 6 + 7
L = 37