Physics, asked by sonikagoyal1331, 9 months ago

Sonam has 4 solid inctallic balls, all of equal weight.
The sizes of the 4 balls are as shown below. If ball 2
sinks in water, which of the other balls will definitely
sink in water?
(1) Only ball 1
(2) Only ball 3
(3) Both ball 1 and ball 4
(4) All the other balls - 1, 3 and 4

if someone knows the answer if tell ​

Attachments:

Answers

Answered by SwaggerGabru
4

&lt;!doctype html&gt;</p><p>&lt;title&gt;Example&lt;/title&gt;</p><p>&lt;style&gt;</p><p>  .myForm {</p><p>    display: grid;</p><p>    grid-template-columns: [labels] auto [controls] 1fr;</p><p>    grid-auto-flow: row;</p><p>    grid-gap: .8em;</p><p>    background: beige;</p><p>    padding: 1.2em;</p><p>  }</p><p>  .myForm &gt; label  {</p><p>    grid-column: labels;</p><p>    grid-row: auto;</p><p>  }</p><p>  .myForm &gt; input,</p><p>  .myForm &gt; textarea {</p><p>    grid-column: controls;</p><p>    grid-row: auto;</p><p>  }</p><p>  .myForm &gt; button {</p><p>    grid-column: span 2;</p><p>  }  </p><p>&lt;/style&gt;</p><p>&lt;form class="myForm"&gt;</p><p>  &lt;label for="customer_name"&gt;Name &lt;/label&gt;</p><p>  &lt;input type="text" name="customer_name" id="customer_name" required&gt;</p><p></p><p>  &lt;label for="email_address"&gt;Email &lt;/label&gt;</p><p>  &lt;input type="email" name="email_address" id="email_address"&gt;</p><p></p><p>  &lt;label for="comments"&gt;Comments&lt;/label&gt;</p><p>  &lt;textarea name="comments" id="comments" maxlength="500"&gt;&lt;/textarea&gt;</p><p></p><p>  &lt;button&gt;Submit&lt;/button&gt;</p><p></p><p>&lt;/form&gt;

Answered by lakshmi2010
2

Answer:

(1) Only ball 1.

Explanation:

All are of same mass.

D= \frac{M}{V\\} \\

If mass is more than volume it sinks and if volume is more than mass it floats.

Here 'ball 2' sinks, so 'Ball 1' also sinks.

Similar questions