Physics, asked by nightfury27, 8 months ago

A sphere of density d is floating half immersed in a liquid of densityr. If the surface tension of liquid is T then the radius of the sphere will be ​​

Answers

Answered by ghamandastkarani
1

Answer:

The answer is given above ..

Attachments:
Answered by GRANDxSAMARTH
2

add

tex

[...]

<!DOCTYPE html>

<html>

<head>

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Loading..</title>

<style type="text/css">

div{

margin:160px 20px;

width:100px;

height:100px;

background-color:grey;

color:white;

border-radius:60px;

border-color:red;

font-size:20px;

border-width:10px;

border-style:solid;

text-align:center;

line-height:65px;

animation-name:load;

animation-duration:4s;

animation-iteration-count:infinite;

box-shadow:20px 20px black 20px 20px;

}

@keyframes load{

0%{border-color:red;color:violet;}

25%{border-color:blue;color:yellow;}

50%{border-color:green;color:green;}

75%{border-color:yellow;color:blue;}

90%{border-color:violet;color:white;}

100%{border-color:red;color:violet;}

}

</style>

</head>

<body>

<center>

<div><p>Loading....</p></div></center>

</body>

</html>

[/tex]

Similar questions