I'm assuming that the diagonals intersect at E. Since diagonals of a parallelogram bisect each other, BE=ED.
- 7x-2=x²-10
- x²-7x-8=0
- (x-8)(x+1)=0
- x = -1, 8
As distance must be positive, we reject the negative case, so x=8.
Thus, BE=ED=54.
Hey there! I'm happy to help!
Let's say that we don't have jokers. In that case, there are 52 cards, and half of them are red (so 26 are red). The probability of pulling a red card once is 1/2 since half the cards are red.
If we pick one out, there are only 51 total cards left and 25 red cards. So, the probability of picking one again would be 25/51.
We multiply the probabilities of these two events to find the probability of them both happening.
1/2×25/51=25/102
The probability of picking two red cards in a row is 25/102 or around 24.5%.
Have a wonderful day! :D
14,795,000 people out of 55,000,000
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.