Question
There is a rectangular paper, whose length and breadth
are in the ratio 5:3, respectively and it has a perimeter of 80 metres. If a triangular piece with height of 11 metres and base of 12 metres is cut out from the given paper then find the area (in m2) of the remaining paper.Solution
Let the length and breadth of the rectangular be β5xβ metres and β3xβ metres, respectively Then, perimeter of the paper = 2 Γ (length + breadth) = 2 Γ (5x + 3x) = 16 x metres So, 16x = 80 So, x = (80/16) = 5 So, area of the entire paper = length Γ breadth = (5 Γ 5) Γ (3 Γ 5) = 25 Γ 15 = 375 m2 Area of the triangular piece = (1/2) Γ base Γ height = (1/2) Γ 11 Γ 12 = 66 m2 So, area of the remaining paper = 375 β 66 = 309 m2
Which layer of the OSI model is responsible for logical addressing (e.g., IP addresses) and routing?
The below mentioned code is in which programming language
type
array-identifier = array[index-type] of element-type;
The average number of comparisons in sequential search is
What is the main purpose of abstraction?
Which scheduling policy is prone to the "starvation" problem?
In tuple calculus, what does the symbol '|' represent when specifying a query?
Which type of tree provides better performance for read-intensive workloads?
Which flow control technique allows the receiver to inform the sender about its buffer status?
What is a top-down parser?
Which component is responsible for translating virtual addresses to physical addresses?