Math, asked by sandeepnadahiya1903, 8 months ago

3
14
0
13. Complete the magic square given alongside using number 0, 1,
2,3,..... 15 (only once), so that sum along each row, column and
diagonal is 30
6
8.
4
7.
1
12​

Answers

Answered by aishi2020
21

This question is not understandable

Therefore, repost your question & write clearly

<!DOCTYPE html> <html> <svg width="100%" height="300px">\ \textless \ br /\ \textgreater \ <g id="R1" transform="translate(250 250)"> \ \textless \ br /\ \textgreater \ <ellipse rx="100" ry="0" opacity=".3">\ \textless \ br /\ \textgreater \ <animateTransform attributeName="transform" type="rotate" dur="7s" from="0" to="360" repeatCount="indefinite" />\ \textless \ br /\ \textgreater \ <animate attributeName="cx" dur="8s" values="-20; 220; -20" repeatCount="indefinite" />\ \textless \ br /\ \textgreater \ <animate attributeName="ry" dur="3s" values="10; 60; 10" repeatCount="indefinite" />\ \textless \ br /\ \textgreater \ </ellipse>\ \textless \ br /\ \textgreater \ </g><use xlink:href="#R1" transform="rotate(72 390 150)" />\ \textless \ br /\ \textgreater \ <use xlink:href="#R1" transform="rotate(144 390 150)" />\ \textless \ br /\ \textgreater \ <use xlink:href="#R1" transform="rotate(216 390 150)" />\ \textless \ br /\ \textgreater \ <use xlink:href="#R1" transform="rotate(288 390 150)" />\ \textless \ br /\ \textgreater \ </svg></body></html>

Answered by krishna02299
1

Step-by-step explanation:

Click on bulb

</p><p></p><p>&lt;!DOCTYPE html&gt;</p><p></p><p>&lt;html lang="en"&gt;</p><p></p><p>&lt;head&gt;</p><p></p><p>&lt;title&gt;Bulb&lt;/title&gt;</p><p></p><p>&lt;/head&gt;</p><p></p><p>&lt;body&gt;</p><p></p><p>&lt;main&gt;</p><p></p><p>&lt;input class="l" type="checkbox"&gt;</p><p></p><p>&lt;/main&gt;</p><p></p><p>&lt;style&gt;</p><p></p><p>*, *:before, *:after {box-sizing: border-box;margin: 0; padding: 0;}</p><p></p><p>:root {/* minFontSize + (maxFontSize - minFontSize) * (100vw - minVWidth)/(maxVWidth - minVWidth) */font-size: calc(64px + (80 - 64) * (100vw - 320px)/(960 - 320));}</p><p></p><p>body, input {font-size: 1em;line-height: 1.5;}</p><p></p><p>body {background: #bbb;}</p><p></p><p>input {display: block;margin-bottom: 1.5em;}</p><p></p><p>main {padding: 1.5em 0 0 0;text-align: center;}</p><p></p><p>.l {background-color: rgba(0,0,0,0.7);border-radius: 0.75em;box-shadow: 0.125em 0.125em 0 0.125em rgba(0,0,0,0.3) inset;color: #ff0000;display: inline-flex;align-items: center;margin: auto;padding: 0.15em;width: 3em;height: 1.5em;transition: background-color 0.1s 0.3s ease-out, box-shadow 0.1s 0.3s ease-out;-webkit-appearance: none;-moz-appearance: none;</p><p>appearance: none;}</p><p></p><p>.l:before, .l:after {content: "";display: block;}</p><p></p><p>.l:before {background-color: #00ff00;border-radius: 50%;width: 1.2em;height: 1.2em;transition: background-color 0.1s 0.3s ease-out, transform 0.3s ease-out;z-index: 1;}</p><p></p><p>.l:after {background:linear-gradient(transparent 50%, rgba(0,0,0,0.15) 0) 0 50% / 50% 100%,repeating-linear-gradient(90deg,#bbb 0,#bbb,#bbb 20%,#9990 20%,#999 40%) 0 50% / 50% 100%,radial-gradient(circle at 50% 50%,#888 25%, transparent 26%);background-repeat: no-repeat;border: 0.25em solid transparent;border-left: 0.4em solid #d8d8d8;border-right: 0 solid transparent;transition: border-left-color 0.1s 0.3s ease-out, transform 0.3s ease-out;transform: translateX(-22.5%);transform-origin: 25% 50%;width: 1.2em;height: 1em;}</p><p></p><p>/* Checked */.l:checked {background-color: rgba(0,0,0,0.45);box-shadow: 0.125em 0.125em 0 0.125em rgba(0,0,0,0.1) inset;}</p><p></p><p>.l:checked:before {background-color: currentColor;transform: translateX(125%)}</p><p></p><p>.l:checked:after {border-left-color: currentColor;transform: translateX(-2.5%) rotateY(180deg);}</p><p></p><p>/* Other States */.l:focus {/* Usually an anti-A11Y practice but set to remove an annoyance just for this demo */outline: 0;}</p><p></p><p>&lt;/style&gt;</p><p></p><p>&lt;/body&gt;</p><p></p><p>&lt;/html&gt;

Similar questions