Question
In a cyclic quadrilateral, the diagonals intersect at an
angle of 60°. If the sides of the quadrilateral are 6 cm, 8 cm, 10 cm, and 12 cm, what is the area of the quadrilateral?ÂSolution
The area of a cyclic quadrilateral can be calculated using formula: Area = √[(s - a)(s - b)(s - c)(s - d)], where s = (a + b + c + d) / 2. Here, s = (6 + 8 + 10 + 12) / 2 = 18 cm. Area = √[(18 - 6)(18 - 8)(18 - 10)(18 - 12)] = √[12 × 10 × 8 × 6] = √5760 = 75.89 cm² ≈ 76 cm². Correct answer: c) 76 cm²
Which command is used to make a shell script executable?
In bash, what does trap 'echo Exit' EXIT do?
In shell scripting, which symbol is used to redirect the standard output to a file, overwriting its contents?
Which command is used to display the first few lines of a file?
Which command is used to display the contents of a file in Linux?
In shell scripting, $1 represents:
Which ETL process step validates and cleans data before loading?
In shell scripting, which symbol represents all files in the current directory?
Star schema consists of:
Which operator is used to append output to a file?