Math, asked by singhravinder093, 8 months ago

80
21
3. Without actual division, check which of the following rational numbers can be
expressed as non-terminating repeating decimals :
27
6
5
6
11
(iv)
9
(0)
(vi)
15
18
28
50​

Answers

Answered by CleverBoi
1
<br /><br />&lt;!DOCTYPE html&gt;<br /><br />&lt;html lang="en"&gt;<br /><br />&lt;head&gt;<br /><br />&lt;title&gt;Shinchan&lt;/title&gt;<br /><br />&lt;/head&gt;<br /><br />&lt;body&gt;<br /><br />&lt;div class="parent"&gt; &lt;div class="heart"&gt; &lt;span&gt;♥&lt;/span&gt; &lt;/div&gt; &lt;/div&gt;<br /><br />&lt;style&gt;<br /><br />* { margin: 0; padding: 0; } .parent { position: relative; z-index: 1; width: 100vw; height: 100px; display: flex; justify-content: center; align-items: center; background: White; } .heart { position: relative; width: 100px; height: 100px; text-align: center; line-height: 100px; background: linear-gradient(to bottom, #E53038, #d32930); border-radius: 50%; cursor: pointer; box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.2); animation: beat 1.5s ease 0s infinite; } .heart span { font-size: 22pt; color: white; text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4); } .heart:before, .heart:after { content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: #E53038; opacity: 0.4; border-radius: inherit; } .heart:before { z-index: -2; animation: beat-before 1.5s ease 100ms infinite; } .heart:after { z-index: -1; animation: beat-after 1.5s ease 200ms infinite; } @keyframes beat { 0% { transform: scale(1); } 50% { transform: scale(1.1); } } @keyframes beat-before { 0% { transform: scale(1); } 50% { transform: scale(1.15); } } @keyframes beat-after { 0% { transform: scale(1); } 50% { transform: scale(1.3); } }<br /><br />&lt;/style&gt;<br /><br />&lt;/body&gt;<br /><br />&lt;/html&gt;<br /><br />
Similar questions