Question
If the third proportion of 32 and 48 is β0.5kβ, then
find the value of (k β 44) : (k + 16).Solution
Third proportion of two numbers βaβ and βbβ is (bΒ²/a).
So, 0.5k = (48Β²/32) = 72
Or, 'k' = 144
Required value = (144 - 44) : (144 + 16) = 100 : 160 = 5 : 8
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?