Question
Two paths of width 9 metres are to be made in the centre
of rectangular field such that they are perpendicular to each other. Find the area (in m2) of the field left after making the path if A can complete a round of the field along its boundary in 9.4 seconds while travelling with a speed of 10 m/s and difference between length and breadth of the field is 5 metres.Solution
Let length of the field is ‘l’ metres Breadth of the field = ‘l – 5’ metres So, 2 × (l + l – 5) = 9.4 × 10 = 94 So, 2l – 5 = 47 Or, 2l = 52 So, l = 26 metres And b = 26 – 5 = 21 metres Desired area = 26 × 21 – {26 × 9 + 21 × 9 – 9 × 9} = 546 – 342 = 204 m2
Which logic gate operation is performed by an XOR gate?
DCL provides commands to perform which operations?
Which keyword is used to allocate dynamic memory in C++?
How many digits are there in the octal number system?
Which protocol is used to dynamically assign IP addresses to devices on a network?
What happens to the memory allocated to a local variable when the function exits?
A transformer has a primary coil with 300 turns and a secondary coil with 150 turns. If the primary voltage is 240V, calculate the secondary voltage.
In ______, the difference between the height of the left sub tree and height of the right tree, for each node, is almost one
The communication structure that we need in socket programming is called as _________.
Which of the following is a common programming technique to prevent SQL injection attacks?