Question
Inside a square land having perimeter equal to 116
metres, leaving aside a circular land of radius 14 metres, the remaining land needs to be levelled at a cost of 20 rupees per square metre. What is the cost of leveling?Solution
Let the length of each side of the square land = ‘x’ metres Then, perimeter of the land = 4x = 116 metres So, x = (116/4) = 29 So, area of the square land = x2 = 292 = 841 m2 Area of the circular land = π × radius2 = (22/7) × 14 × 14 = 616 m2 Therefore, area to be levelled = 841 – 616 = 225 m2 Cost of leveling = 225 × 20 = Rs. 4500
Which is not the property of Data warehouse
Which is not an IoT OS?
What is a primary feature of the Agile Model in software development?
How many types of JDBC drivers?
If a series is already sorted, which sorting technique will finish in the least time?
What is the primary objective of the Producer-Consumer problem in concurrent programming?
For the system showm below calculate the transfer function.
Predict the output
list1 = ['physics', 'chemistry', 1997, 2000]
list2 = [1, 2, 3, 4, 5, 6, 7 ]
print "list1[0]: ", list1[0]Â Â Â Â ...
What is a best practice for securing remote access in Windows and Unix/Linux environments?Â
What does a star schema consist of?