Question
The circumference of two circles are 132 cm and 88 cm
respectively. What is the difference between the area of the larger circle and the smaller circle?Solution
Circumference of larger circle = 2πr 132 = 2 × 22/7 × r r = (132 × 7)/(22 × 2) = 21 cm. Area of a larger circle = πr² = 22/7 × 21 × 21 = 1386 cm. Circumference of smaller circle = 2πr 88 = 2 × 22/7 × r r = (88 × 7)/(22 ×2) = 14 cm. Area of a smaller circle = πr² = 22/7 × 14 × 14 = 616 cm. ∴ Required difference = 1386 – 616 = 770 cm.
In a binomial heap, if the root is greater than the left child and less than the right child, which of the following statements is correct?
Which of the following operation is performed by Domain Name Server (DNS)?
Which of the following statements best describes the concept of a computing model in computer science?
Which of the following accurately describes Type 1 hypervisor virtualization?
Which layer is not in OSI but in TCP/IP
- In a dense index, why might an index entry not appear for every search key value in the file?
Which is not a access modifier in java?
Fill in the correct option for 29 blank space.
In public key cryptography ___
key is used for encryption and ____ key is used for decryption.
...What is the primary purpose of the UNION ALL operator in SQL?