Question
The difference between the length and breadth of a
rectangle is 25 m. If its perimeter is 206 m, then its area isSolution
Using formula, Perimeter = 2(l + b) Let the breadth be ‘x’ metre Length = (25 + x) metre ⇒ 2(x + 25 + x) = 206 ⇒ 4x = 206 – 50 ⇒ x = 156/4 = 39 metre Therefore, length = 39 + 25 = 64 metre Therefore, required area = 64 x 39 = 2496 m²
Which of the following best exemplifies a critical advantage of Mobile Edge Computing (MEC) over traditional cloud computing?
What is the primary purpose of an Entity-Relationship (ER) Diagram in database design?
Which protocol provides secure authentication by encrypting credentials before transmission and uses a challenge-response mechanism?
Which of the following is a key principle of the SOLID design principles that focuses on ensuring a class has only one reason to change?
Which page replacement algorithm minimizes the number of page faults theoretically but is difficult to implement in practice?
Which algorithm constructs a suffix tree in linear time?
- Machine Learning
Which Machine Learning model is best suited for predicting stock market trends based on sequential time-series data?
In a data warehousing environment, what is the primary purpose of an OLAP (Online Analytical Processing) cube?
Which data structure is used in BFS traversal of graphs?
Which data structure is used for undo operations in text editors?