Question
Determine the length of side BC if ∠BAC = 60⁰, AB= 10
cm and AC = 15 cm.Solution
ATQ,
Cos A = (AC² + AB²- BC²) ÷ (2 X AC X AB)
So, cos 60⁰= (15² + 10²- BC²) ÷ (2 X 15 X 10)
OC, (1/2) = (225 + 100 - BC²) ÷ 300
OC, 2 X (325 - BC²) = 300
OC, 325 - BC² = 150
OC, BC² = 175
OC, BC = 5√7 cm
But side cannot be negative.
So, BC = 5√7 cm
What is a "51% attack" in the context of blockchain?
By which program python was interpreted?
Firewall is a type of
Which of the following conditions must be satisfied for a deadlock to occur?
The list.index(x[, start[, end]]) is used to ___.
What is the purpose of the Program Counter (PC) in CPU control design?
In dynamic programming, what is memoization?
- State true or false Implicit type casting in C is used to convert the data type of any variable without using the actual value that the variable holds.
Which protocol is commonly used in the network layer for addressing and routing on the internet?
Which concurrency control technique allows a transaction to read uncommitted data?