Question
In a triangle ABC, angle A = 45 degrees, angle B = 60
degrees, and side a = 10 units. Find the length of side b.Solution
First, find angle C. Since the angles in a triangle sum to 180 degrees, C = 180 - 45 - 60 = 75 degrees. Use the Law of Sines: sin(A)/a = sin(B)/b Substitute the given values: sin(45)/10 = sin(60)/b Solve for b: b = (10 * sin(60)) / sin(45) = 10β3 / (2/β2) = 5β3 * β2 = 5β6 Answer: (b)
Mention any two indirect measures of product.
The dynamic memory allocation is the memory allocation done at the _________.
What is the purpose of the `
What will be the output of the code
int main(){
int x= 10;
int y=10;
int s=-(-x-y)
cout<
return 0;
}
Which one of the following is an application of Stack Data Structure?
An ADT defines:
Which of the following is an open-source SQL query engine for analyzing data stored in Hadoop clusters?
Which clause is used to filter rows in the result set based on a specific condition in SQL?
In the Entity-Relationship (ER) model, what does an entity represent?
In the context of ADTs, what does "encapsulation" refer to?