Question
Perimeter of a rectangle is 40% more than that of a
square of side 40 cm. If difference between length and breadth of the rectangle is 8 cm, then find the length of the rectangle.Solution
Perimeter of square = 40 Γ 4 = 160 cm Perimeter of rectangle = 1.40 Γ 160 = 224 cm Let, breadth of rectangle = βxβ cm So, length of rectangle = βx + 8β cm So, 2(x + x + 8) = 224 Or, 2x + 8 = 112 Or, 2x = 104 Or, x = 52 Length of rectangle = 52 + 8 = 60 cm
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?