Question
The length of a rectangle is 8 metres more than its
width. If the perimeter of the rectangle is 64 metres then what is the area (in m2Β ) of the rectangle?Solution
Let the width of the rectangle = βxβ metres Then, length of the rectangle = (x + 8) metres Perimeter of the rectangle = 2 Γ (length + width) Or, 2 Γ (x + x + 8) = 64 Or, 2x + 2x + 16 = 64 Or, 4x = 64 β 16 = 48 Or, x = 48/4 = 12 m So, area of the rectangle = x Γ (x + 8) = 12 Γ 20 = 240 m2
What will be the output of the code
int main(){
int x= 10;
int y=10;
int s=-(-x-y)
cout<
return 0;
}
In a virtual memory system, what is a "page fault"?
Which type of transistor is less susceptible to thermal runaway?
What is the unit of electric current?
Which transport layer protocol provides connection-oriented, reliable, and ordered delivery of data packets between applications?
The result of SQL select statement is?
What is an ER diagram used for?
Which routing protocol is commonly used within an autonomous system (AS) to determine the best path for data packets?
Which distribution is used to model the number of successful outcomes in a fixed number of independent Bernoulli trials?
Which component in the MVC architecture communicates directly with the database?