Answer:cos(53), cos 53 degrees
Step-by-step explanation: sin(angle)= cos(90-angle)
sin(37)=cos(90-37)=cos(53)
The attached picture above have the process of answering the question.
Probability that the first 2 of the friends to show up to the movie are friends he has known since kindergarten but the third not is 1/10
Total friends = 10
Friends from kindergarten = 4
Probability is the chance that a given event will occur. Probability of an event lies within 0 to 1
P(E) = Favourable outcomes / Total outcomes
Probability of getting 1st friend from kindergarten = 4/10
Probability of getting 2nd friend from kindergarten = 3/9
Probability of getting 3rd friend not from kindergarten = 6/8
Since all these probabilities are independent, We can use Multiplicative identity. Thus,
Required probability is 4/10 * 3/9 * 6/8
= 1/10
Thus, Probability that the first 2 of the friends to show up to the movie are friends he has known since kindergarten but the third not is 1/10
To learn more, visit:
brainly.com/question/7514534
#SPJ4
(f o g o h)(x) = f { g [ h(x) ] }
Which means: apply first function h, then apply function g to the result, and finally apply function f to the new result.
h(25) = √25 = 5
g(5) = 5 - 3 = 2
f(2) = 3(2) = 6.
Answer: 6
The shape of a bst approaches that of a perfectly balanced binary tree, (log2n) is the time complexity for a balanced binary search tree in case of insertions and search.
In computing, binary bushes are mainly used for looking and sorting as they offer a way to save statistics hierarchically. a few common operations that may be conducted on binary trees encompass insertion, deletion, and traversal.
A binary tree has a special situation that each node could have a most of two youngsters. A binary tree has the benefits of each an ordered array and a linked listing as search is as brief as in a taken care of array and insertion or deletion operation are as fast as in related listing.
In pc science, a binary tree is a tree information shape in which every node has at maximum two youngsters, that are known as the left baby and the proper toddler.
Learn more about binary trees here brainly.com/question/16644287
#SPJ4