Question
The ratio of the length of a rectangle, breadth of the
rectangle and the diameter of a circle is 14:5:7. If the area of the circle is 616 cm2 , then what is the difference between the circumference of the circle and the perimeter of the rectangle?Solution
Area of the circle = πr2 616 = 22/7 × r2 r2 = 196 r = 14 cm (Since, radius cannot be negative) Radius of the circle = 14 cm Diameter of the circle = 2r = 28 cm Length of the rectangle = (28/7) × 14 = 56 cm Breadth of the rectangle = (28/7) × 5 = 20 cm Perimeter of the rectangle = 2 × (56 + 20) = 152 cm Circumference of the circle = 2 × (22/7) × 28 = 88 cm Required difference = 152 – 88 = 64 cm
What is the primary purpose of residual connections in a deep neural network?
Which layer of the OSI model is responsible for logical addressing and routing?
Given a 16-bit instruction format with 4 bits for the opcode and 12 bits for the address, calculate the maximum number of different opcodes that can be...
Python is an example of which type of programming language?
Which of the following is NOT an example of a common cybersecurity threat?
What is the main purpose of a digital signature?
PGP is abbreviated as _______________
Mention any two indirect measures of product.
In dynamic programming, what does "optimal substructure" mean?
Conditional statements are also known as ________ statements.