Question
Each side of square βAβ is 8 cm less than that of
square βBβ. The perimeter of a rectangle is 6 times the difference of the perimeters of the two square. If the length of the rectangle is 45 cm, then find its breadth.Solution
Let each side of the square βAβ be βaβ cm Therefore, each side of square βBβ = (a + 8) cm Difference between their perimeters = 4(a + 8) β 4a = 32 cm Therefore, perimeter of the rectangle = 6 Γ 32 = 192 cm Let the breadth of the rectangle be βbβ cm According to the question, 2 Γ (45 + b) = 96 Or, 45 + b = 96 Or, b = 51 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?