Question
If secθ + tanθ = 3+√10, then the value
of sinθ+cosθ isSolution
secθ + tanθ = 3+√10 ............... (i) (sec²θ - tan²θ) = 1 (secθ + tanθ) (secθ - tanθ) = 1 (3+√10) (secθ - tanθ) = 1 secθ - tanθ = 1/(3+√10) = 1/(√10+3) secθ - tanθ = √10-3 ............ (ii) From (i) and (ii) we get, 2secθ = 2√10 secθ = √10 cosθ = 1/√10 sin²θ + cos²θ = 1 sin²θ + 1/10 = 1 sin²θ = 1- 1/10 = 9/10 sinθ = 3/√10 sinθ + cosθ = 3/√10 + 1/√10 = 4/√10 = 4/√10 × √10/√10 = (2√10)/5
What will be the output of the following C code?
#include < stdio.h >
void main ( ) {
int x = 10, y = 20, *p1 = &x, *p2 = &y;...
Which of the following statements correctly differentiates between continuous and categorical data?
How is the optimal sample size determined in statistical analysis?
In Power BI, which feature allows the creation of dynamic and customized summaries of data by dragging and dropping fields into a table-like structure?
Which forecasting method is most appropriate for time series data with a consistent trend but no seasonality?
In a dataset with outliers, which measure is more robust than the mean?
Consider the following Python code snippet:
class Employee:
def __init__(self, name, age):
self.name = name
<...In hypothesis testing, which of the following statements best describes the null hypothesis?
Which of the following best illustrates the concept of polymorphism in Object-Oriented Programming (OOP)?
Which of the following best illustrates the use of trend analysis in marketing?