Question
Perimeter of a rectangle is 50% more than that of a
square of side 30 cm. If the difference between the length and breadth of the rectangle is 7 cm, respectively, then find the length of the rectangle.Solution
ATQ, Perimeter of square = 30 X 4 = 120 cm Perimeter of rectangle = 1.50 X 120 = 180 cm Let the breadth of rectangle be 'x' cm So, length of rectangle = 'x + 7' cm ATQ, 2(x + x + 7) = 180 Or, 2x + 7 = 90 Or, 2x = 83 So, 'x' = 41.5 Length of rectangle = 'x + 7' = 41.5 + 7 = 48.5 cm
- Name the method in which each user is assigned with an equal-portion of the bandwidth.
What does PHP stand for?
Which technique is used to address the issue of class imbalance in a classification task?
Token Ring networks operate at what speed?
Hadoop is an open-source framework commonly used for processing and analyzing big data. What is the primary component of Hadoop responsible for distrib...
Accessing top element of stack without deleting it ?
Which of the following characteristics describes an ideal operational amplifier (op-amp)?
Which data structure in a compiler is used for managing information about variables and their attributes?
Â
calculate the complexity of the below recursive code
Int f(int n)
{
If(n
return 1;
return f(n/2)+f(n/2);
}
Which layer of the OSI model is responsible for logical addressing and routing?