Question
The perimeter of a rectangular field is 44 metres and
its area is 61.5 m2 . What is the length of the diagonal of this field?Solution
Let the length and breadth of the rectangular field be βpβ metres and βqβ metres respectively Then, according to the question, 2 Γ (p + q) = 44 Or, (p + q) = 44/2 = 22β¦β¦ (1) Also p Γ q = 61.5 We know, (p + q)2 = p2 + q2 + 2pq Or, p2 + q2 = 222 β 2 Γ 61.5 Or, p2 + q2 = 361 So, length of the diagonal of the rectangular field = β(length2 + breadth2) = β(p2 + q2) = β361 = 19 metres
Which probability distribution represents a continuous random variable with a constant probability density function over a specified interval?
What is the term for the process of transferring data between physical memory and secondary storage in virtual memory systems?
What is the primary advantage of using shared memory for IPC?
In a binomial distribution, which parameter represents the probability of success on a single trial?
What is the role of the catch block in exception handling?
What is the purpose of the "self" parameter in a Python class method?
Which sorting algorithm is known for its best-case time complexity of O(n) when the input is already partially sorted?
Which component of RDBMS is responsible for processing SQL queries and managing database interactions?
AB`->` CD
AF`->` D
DE`->` F
C`->` G
F`->` E
G`->` A
Then which of the following is false?
In a CSS file, there is a CSS rule for paragraphs tags β what does p can be called?