Question
If sin α + cos β = 2 (0˚ ≤ β < α ≤ 90˚), then
sin[(2α + β)/3] =?Solution
sin α + cos β = 2 sin α ≤ 1; cos β ≤ 1 => α = 90˚ ; β = 0˚
sin[(2α + β)/3] = sin (180˚/3) = sin 60˚ = √3/2
In Python, which of the following is immutable?
Which type of malware disguises itself as legitimate software but has malicious intent once installed?
What is the output of the following code: x = 5; y = 2; print(x ** y)?
Which of the following is used to declare a list in Python?
Which of the following algorithms is commonly used in Machine Learning for clustering tasks?
In C, which function is used to dynamically allocate memory?
Which software development methodology emphasizes iterative development and customer feedback?
...Which tree traversal strategy visits all nodes level by level?
Which of the following sorting algorithms is stable?
Which of the following algorithms is used for finding Minimum Spanning Tree?