Math, asked by miriyalasubbarao4, 8 months ago

x find 0 of the polynomial​

Answers

Answered by anishdurgam85
1

Answer:

x = 0

Step-by-step explanation:

x=0

If x= 0, then it satisfies the equation

Answered by Divyansh50800850
0

&lt;!DOCTYPE html&gt;</p><p>&lt;html&gt;</p><p>&lt;head&gt;</p><p>&lt;meta name="viewport" content="width=device-width, initial-scale=1"&gt;</p><p>&lt;style&gt;</p><p>body {</p><p>  font-family: Arial, Helvetica, sans-serif;</p><p>}</p><p></p><p>.flip-box {</p><p>  background-color: transparent;</p><p>  width: 300px;</p><p>  height: 200px;</p><p>  border: 1px solid #f1f1f1;</p><p>  perspective: 1000px;</p><p>}</p><p></p><p>.flip-box-inner {</p><p>  position: relative;</p><p>  width: 100%;</p><p>  height: 100%;</p><p>  text-align: center;</p><p>  transition: transform 0.8s;</p><p>  transform-style: preserve-3d;</p><p>}</p><p></p><p>.flip-box:hover .flip-box-inner {</p><p>  transform: rotateY(180deg);</p><p>}</p><p></p><p>.flip-box-front, .flip-box-back {</p><p>  position: absolute;</p><p>  width: 100%;</p><p>  height: 100%;</p><p>  -webkit-backface-visibility: hidden;</p><p>  backface-visibility: hidden;</p><p>}</p><p></p><p>.flip-box-front {</p><p>  background-color: #bbb;</p><p>  color: black;</p><p>}</p><p></p><p>.flip-box-back {</p><p>  background-color: dodgerblue;</p><p>  color: white;</p><p>  transform: rotateY(180deg);</p><p>}</p><p>&lt;/style&gt;</p><p>&lt;/head&gt;</p><p>&lt;body&gt;</p><p></p><p>&lt;h1&gt;Hello mate ♥️&lt;/h1&gt;</p><p>&lt;h3&gt;↓&lt;/h3&gt;</p><p></p><p>&lt;div class="flip-box"&gt;</p><p>  &lt;div class="flip-box-inner"&gt;</p><p>    &lt;div class="flip-box-front"&gt;</p><p>      &lt;h2&gt;Click here&lt;/h2&gt;&lt;/div&gt;</p><p>    &lt;div class="flip-box-back"&gt;</p><p>      &lt;h2&gt;Zero of the polynomial x is 0&lt;/h2&gt;</p><p>    &lt;/div&gt;</p><p>  &lt;/div&gt;</p><p>&lt;/div&gt;</p><p></p><p>&lt;/body&gt;</p><p>&lt;/html&gt;

Similar questions