Start learning 50% faster. Sign in now
Here ABCD is a square and PQRSTU is Hexagon Let o is the center of circle then diagonal of square ABCD will 2r then area of square will be ½ (d)2 => ½ (2r)2 => 2r2 Now we have to find the area of hexagon we know that O angle is 60° then and ∠ S = ∠ T, then ∆ OST will be equilateral ∆, having side r. ∆OST = √3/4 × r2 In the Hexagon there will be 6 triangle and all are same then area of Hexagon will be => 6 × √3/4 × r2 (3√3/2) × r2 Ratio => Square : Hexagon => (2r/2) : (3√3/2) × r2 => 4 : 3√3
Predict the output for below code in python
X=true
Y=false
Z=false
if not X or Y :
print(“first case”)
Which technique is used to address the issue of class imbalance in a classification task?
What does A/B testing involve in data analytics?
In the software development life cycle, what is the phase where the actual code is written?
What is the purpose of the "rollback" operation in a transaction?
What is the full form of GPRS?
Which of the following is the boolean expression for the XOR function?
What is a "page fault" in the context of virtual memory?
Which layer of the OSI model is responsible for encrypting and decrypting data for security purposes?
What is the purpose of a symbol table in lexical analysis?