Consider using the Law of Cosines, because the lengths of three sides are given and the largest angle is the one to be approximated. This angle will be opposite the longest side, that is, opposite the 420-foot side.
420^2 = 250^2 + 300^2 - 2(250)(300)cos A.
Then: 176400 = 62500 + 810000 - 150000cos A.
Solving for cos A, we get:
150000cos A = 176400-62500-810000, or -696100
Then:
-696100
cos A = ------------------- = - 4.64. This is not possible, as the range of the cosine
150000 function is [-1,1].
Answer:
It is a trapezium, I guess
Step-by-step explanation:
To know more see the picture attached
the correct answer is none of the above
Answer:
1 and 1/3
Step-by-step explanation:
3a² -4a +1 = 0
3a²- 3a - a+ 1= 0
3a(a-1) - (a-1)= 0
(a-1)(3a -1)= 0
a-1= 0 ⇒ a= 1
3a - 1= 0 ⇒ 3a= 1 ⇒ a= 1/3
Solution -
In order to convert a binary number to hexadecimal ,we need to chunk the binary number into groups of 4 digits, adding 0 if necessary.
As the given number number is a 16 digit binary number, so when chunk in 4 digit groups, it will form 4 groups. Each group will represent a single digit in hexadecimal code.
So, a 16-digit binary pattern converts to a 4 digit hexadecimal value.