Math, asked by Itzrimjhim, 6 months ago

having children 2 and 5 got the vacant accommodation. Find the new mean, median and mode
12. Find the value of unknown numbers if the median of the following data is 48, the data is in the ascending order:
8. 14, 25, 33, X+4.56, 69, 74,80
13. The scores in an English test of 35 students are given below (out of 20).
15, 10.8, 14.9.20, 20, 18, 17,6.11.15, 10,5,14,12,15.20, 18.9.8,14,15.20. 19.11.13,8,9,15,17.20.14.15.20
Find the highest and the second highest marks obtained by the students.​

Answers

Answered by Anonymous
3

&lt;!DOCTYPE html&gt;</p><p>&lt;html&gt;</p><p>&lt;head&gt;</p><p>&lt;title&gt;Rain&lt;/title&gt;</p><p>&lt;/head&gt;</p><p>&lt;body&gt;</p><p>&lt;div class="container"&gt;</p><p>&lt;div class="rain"&gt;</p><p>&lt;div class="drop"&gt;&lt;/div&gt;</p><p>&lt;div class="waves"&gt;</p><p>&lt;div&gt;&lt;/div&gt;</p><p>&lt;div&gt;&lt;/div&gt;</p><p>&lt;/div&gt;</p><p>&lt;div class="splash"&gt;&lt;/div&gt;</p><p>&lt;div class="particles"&gt;</p><p>&lt;div&gt;&lt;/div&gt;</p><p>&lt;div&gt;&lt;/div&gt;</p><p>&lt;div&gt;&lt;/div&gt;</p><p>&lt;div&gt;&lt;/div&gt;</p><p>&lt;/div&gt;</p><p>&lt;/div&gt;</p><p>&lt;div class="rain"&gt;</p><p>&lt;div class="drop"&gt;&lt;/div&gt;</p><p>&lt;div class="waves"&gt;</p><p>&lt;div&gt;&lt;/div&gt;</p><p>&lt;div&gt;&lt;/div&gt;</p><p>&lt;/div&gt;</p><p>&lt;div class="splash"&gt;&lt;/div&gt;</p><p>&lt;div class="particles"&gt;</p><p>&lt;div&gt;&lt;/div&gt;</p><p>&lt;div&gt;&lt;/div&gt;</p><p>&lt;div&gt;&lt;/div&gt;</p><p>&lt;div&gt;&lt;/div&gt;</p><p>&lt;/div&gt;</p><p>&lt;/div&gt;</p><p>&lt;div class="rain"&gt;</p><p>&lt;div class="drop"&gt;&lt;/div&gt;</p><p>&lt;div class="waves"&gt;</p><p>&lt;div&gt;&lt;/div&gt;</p><p>&lt;div&gt;&lt;/div&gt;</p><p>&lt;/div&gt;</p><p>&lt;div class="splash"&gt;&lt;/div&gt;</p><p>&lt;div class="particles"&gt;</p><p>&lt;div&gt;&lt;/div&gt;</p><p>&lt;div&gt;&lt;/div&gt;</p><p>&lt;div&gt;&lt;/div&gt;</p><p>&lt;div&gt;&lt;/div&gt;</p><p>&lt;/div&gt;</p><p>&lt;/div&gt;</p><p>&lt;div class="rain"&gt;</p><p>&lt;div class="drop"&gt;&lt;/div&gt;</p><p>&lt;div class="waves"&gt;</p><p>&lt;div&gt;&lt;/div&gt;</p><p>&lt;div&gt;&lt;/div&gt;</p><p>&lt;/div&gt;</p><p>&lt;div class="splash"&gt;&lt;/div&gt;</p><p>&lt;div class="particles"&gt;</p><p>&lt;div&gt;&lt;/div&gt;</p><p>&lt;div&gt;&lt;/div&gt;</p><p>&lt;div&gt;&lt;/div&gt;</p><p>&lt;div&gt;&lt;/div&gt;</p><p>&lt;/div&gt;</p><p>&lt;/div&gt;</p><p>&lt;/div&gt;</p><p>&lt;style&gt;</p><p>html{</p><p>height: 300px;</p><p>}</p><p>body{</p><p>height: 100%;</p><p>margin: 0px;</p><p>display: flex;</p><p>justify-content: center;</p><p>align-items: center;</p><p>background-color: black;</p><p>}</p><p>.container{</p><p>width: 100%;</p><p>height: 100%;</p><p>min-width: 600px;</p><p>max-width: 800px;</p><p>max-height: 500px;</p><p>display: grid;</p><p>grid-template-columns: repeat(3, 1fr);</p><p>grid-template-rows: repeat(3, 1fr);</p><p>}</p><p>.row{</p><p>display: flex;</p><p>justify-content: center;</p><p>align-items: center;</p><p>}</p><p>.rain{</p><p>position: relative;</p><p>width: 100%;</p><p>height: 100%;</p><p>}</p><p>.rain:nth-of-type(1){</p><p>--duration: 2.7s;</p><p>--delay: 1s;</p><p>transform: translate(10%, 10%) scale(0.9);</p><p>}</p><p>.rain:nth-of-type(2){</p><p>--duration: 2.1s;</p><p>--delay: 1.2s;</p><p>transform: translate(-20%, 40%) scale(1.3);</p><p>}</p><p>.rain:nth-of-type(3){</p><p>--duration: 2.3s;</p><p>--delay: 2s;</p><p>transform: translate(0%, 50%) scale(1.1);</p><p>}</p><p>.rain:nth-of-type(4){</p><p>--duration: 2s;</p><p>--delay: 4s;</p><p>transform: translate(0%, -10%) scale(1.2);</p><p>}</p><p>@keyframes fall{</p><p>0%{</p><p>transform: translateY(-120vh);</p><p>}</p><p>45%{</p><p>transform: translateY(0%);</p><p>opacity: 1;</p><p>}</p><p>46%{</p><p>opacity: 0;</p><p>}</p><p>100%{</p><p>opacity: 0;</p><p>}</p><p>}</p><p>.waves &gt; div{</p><p>position: absolute;</p><p>top:0px;</p><p>left: 0px;</p><p>right: 0px;</p><p>bottom: 0px;</p><p>border-radius: 50%;</p><p>border: solid white 3px;</p><p>animation-name: spread;</p><p>animation-duration: var(--duration);</p><p>animation-delay: var(--delay);</p><p>animation-iteration-count: infinite;</p><p>animation-timing-function: ease-out;</p><p>animation-fill-mode: backwards;</p><p>}</p><p>.waves &gt; div:nth-child(2){</p><p>animation-delay: calc(var(--delay) + 0.3s);</p><p>animation-timing-function: linear;</p><p>}</p><p>@keyframes spread{</p><p>0%{</p><p>transform: scale(0);</p><p>opacity: 1;</p><p>}</p><p>40%{</p><p>transform: scale(0);</p><p>opacity: 1;</p><p>}</p><p>100%{</p><p>transform: scale(1);</p><p>opacity: 0;</p><p>}</p><p>}</p><p>.splash{</p><p>position: absolute;</p><p>top: 10%;</p><p>bottom: 50%;</p><p>left: 35%;</p><p>right: 35%;</p><p>border-radius: 8px;</p><p>clip-path: polygon(7% 100%, 5% 95%, 3% 80%, 11% 50%, 17% 38%, 23% 44%, 30% 53%, 37% 28%, 40% 29%, 45% 43%, 51% 53%, 59% 36%, 64% 22%, 67% 23%, 70% 34%, 72% 46%, 79% 37%, 83% 37%, 93% 61%, 96% 76%, 96% 94%, 94% 100%);</p><p>background-color: white;</p><p>transform-origin: bottom;</p><p>animation-name: splash;</p><p>animation-duration: var(--duration);</p><p>animation-delay: var(--delay);</p><p>animation-iteration-count: infinite;</p><p>animation-timing-function: ease-out;</p><p>animation-fill-mode: backwards;</p><p>}</p><p>@keyframes splash{</p><p>0%{</p><p>transform: scale(0.3, 0);</p><p>}</p><p>49%{</p><p>transform: scale(0.3, 0);</p><p>}</p><p>50%{</p><p>transform: scale(0.3, 0.3);</p><p>}</p><p>60%{</p><p>transform: scale(0.7, 1);</p><p>}</p><p>90%{</p><p>transform: scale(1, 0);</p><p>}</p><p>100%{</p><p>transform: scale(1, 0);</p><p>}</p><p>}</p><p>.particles &gt; div{</p><p>position: absolute;</p><p>border-radius: 100%;</p><p>background-color: white;</p><p>animation-duration: var(--duration);</p><p>animation-delay: var(--delay);</p><p>animation-iteration-count: infinite;</p><p>animation-timing-function: ease;</p><p>animation-fill-mode: backwards;</p><p>}</p><p>.particles &gt; div:nth-child(1){</p><p>width: 7px;</p><p>height: 7px;</p><p>top: 50%;</p><p>left: 50%;</p><p>animation-name: jumpLeft;</p><p>}</p><p>.particles &gt; div:nth-child(2){</p><p>width: 5px;</p><p>height: 5px;</p><p>top: 30%;</p><p>left: 50%;</p><p>animation-name: jumpLeft;</p><p>animation-delay: calc(var(--delay) + 0.1s);</p><p>}</p><p>.particles &gt; div:nth-child(3){</p><p>width: 3px;</p><p>height: 3px;</p><p>top: 20%;</p><p>left: 70%;</p><p>animation-name: jumpRight;</p><p>animation-delay: calc(var(--delay) + 0.15s);</p><p>}</p><p>.particles &gt; div:nth-child(4){</p><p>width: 5px;</p><p>height: 5px;</p><p>top: 30%;</p><p>left: 50%;</p><p>animation-name: jumpRight;</p><p>animation-delay: calc(var(--delay) + 0.3s);</p><p>}</p><p>@keyframes jumpLeft{</p><p>0%{</p><p>transform: translate(0,0) scale(0);</p><p>}</p><p>45%{</p><p>transform: translate(0,0) scale(0);</p><p>}</p><p>60%{</p><p>transform: translate(-50px, -90px) scale(1);</p><p>}</p><p>100%{</p><p>transform: translate(50px, 0px) scale(0.1);</p><p>}</p><p>}</p><p>&lt;/style&gt;</p><p>&lt;/bold&gt;</p><p>&lt;/html&gt;

Similar questions