Question
If ab + bc + ca = 0 Find the value of
1/(a2 - bc) + 1/(b2 - ca) + 1/(c2 - ab)Solution
ab + bc + ca = 0 bc = - ab – ca ca = - ab – bc ab = -bc –ca Now, 1/(a2 - bc) + 1/(b2 - ca) + 1/(c2 - ab) = 1/(a2 - (-ab - ca)) + 1/(b2 - (-ab - bc)) + 1/(c2 - (-bc-ca)) =1/(a2 + ab+ca) + 1/(b2 + ab+bc) + 1/(c2 + bc+ca) = 1/(a(a + b + c)) + 1/(b(a + b + c)) + 1/(c(a + b + c)) = (bc + ca + ab)/(abc(a + b + c)) = 0/(abc(a + b + c)) = 0
What will be the output of the code
int main(){
int x= 10;
int y=10;
int s=-(-x-y)
cout<
return 0;
}
What does a diamond shape represent in an ER diagram?
What is the primary strategy of a divide-and-conquer algorithm?
Which data structure is ideal for implementing a LRU (Least Recently Used) cache?
The communication structure that we need in socket programming is called as _________.
In Node.js, which module is used for file system operations?
The time taken by a single bit to travel around the ring is known as ___?
Which phase of the software development lifecycle is primarily considered in COCOMO?
Which COCOMO model is used for early-stage estimates with limited project information?
Which data analytics technique is suitable for handling missing data points in a dataset?